Skip to content

Commit

Permalink
vimPlugins.cmp-calc: init at 2021-08-08
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Aug 16, 2021
1 parent 62cab46 commit bd3687c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-buffer/";
};

cmp-calc = buildVimPluginFrom2Nix {
pname = "cmp-calc";
version = "2021-08-08";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-calc";
rev = "bac4f988d14665a6a681df3646ff1baa2affc2da";
sha256 = "09g5pglbfzgnzl0lbn1fa27fh88a5pv2s2agmbw0gh4idnrvi66x";
};
meta.homepage = "https://github.com/hrsh7th/cmp-calc/";
};

coc-clap = buildVimPluginFrom2Nix {
pname = "coc-clap";
version = "2021-05-10";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ honza/vim-snippets
hoob3rt/lualine.nvim
hotwatermorning/auto-git-diff
hrsh7th/cmp-buffer@main
hrsh7th/cmp-calc@main
hrsh7th/nvim-cmp@main
hrsh7th/nvim-compe
hrsh7th/vim-vsnip
Expand Down

0 comments on commit bd3687c

Please sign in to comment.