vimPlugins.cmp-treesitter: init at 2021-09-11

This commit is contained in:
figsoda 2021-09-12 16:37:44 -04:00
parent baf7b4c038
commit b81849da3a
2 changed files with 13 additions and 0 deletions

View File

@ -639,6 +639,18 @@ final: prev:
meta.homepage = "https://github.com/f3fora/cmp-spell/";
};
cmp-treesitter = buildVimPluginFrom2Nix {
pname = "cmp-treesitter";
version = "2021-09-11";
src = fetchFromGitHub {
owner = "ray-x";
repo = "cmp-treesitter";
rev = "cdc1c4c6170278e119759da0b3c28d73f531a231";
sha256 = "0h0hr086mdszqjk5417nk2fmnbdkyi29gmqirx15k323y53hnvd1";
};
meta.homepage = "https://github.com/ray-x/cmp-treesitter/";
};
cmp-vsnip = buildVimPluginFrom2Nix {
pname = "cmp-vsnip";
version = "2021-08-25";

View File

@ -591,6 +591,7 @@ raghur/vim-ghost
Raimondi/delimitMate
rakr/vim-one
ray-x/aurora
ray-x/cmp-treesitter
ray-x/lsp_signature.nvim
rbgrouleff/bclose.vim
rbong/vim-flog