vimPlugins.cmp-spell: init at 2021-08-28

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

View File

@ -627,6 +627,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-path/";
};
cmp-spell = buildVimPluginFrom2Nix {
pname = "cmp-spell";
version = "2021-08-28";
src = fetchFromGitHub {
owner = "f3fora";
repo = "cmp-spell";
rev = "7157c9fa1029269d97d9ed5632ec575bb71981b4";
sha256 = "1xrc3zs9jz7dvdfhfx9ikg7abxgvjns0iqr9yzn3jzqm4a37zc62";
};
meta.homepage = "https://github.com/f3fora/cmp-spell/";
};
cmp-vsnip = buildVimPluginFrom2Nix {
pname = "cmp-vsnip";
version = "2021-08-25";

View File

@ -145,6 +145,7 @@ esneider/YUNOcommit.vim
euclidianAce/BetterLua.vim
euclio/vim-markdown-composer
f-person/git-blame.nvim
f3fora/cmp-spell
famiu/bufdelete.nvim
famiu/feline.nvim
farmergreg/vim-lastplace