vimPlugins.cmp-calc: init at 2021-08-08

This commit is contained in:
figsoda 2021-08-16 14:22:57 -04:00
parent 62cab46c8c
commit bd3687c3de
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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