vimPlugins.completion-tabnine: init at 2020-10-01

This commit is contained in:
Andrey Kuznetsov 2020-10-01 16:09:45 +03:00 committed by Jon
parent 9a54352353
commit eac90229f6
2 changed files with 13 additions and 0 deletions

View file

@ -532,6 +532,18 @@ let
meta.homepage = "https://github.com/nvim-lua/completion-nvim/";
};
completion-tabnine = buildVimPluginFrom2Nix {
pname = "completion-tabnine";
version = "2020-10-01";
src = fetchFromGitHub {
owner = "aca";
repo = "completion-tabnine";
rev = "49771bca86f185c8cd1017f28b025addae82fe09";
sha256 = "1kc9ck62k7rj09i3bqhz36661z1501z7ns7q6dr4n07nqylcn5kb";
};
meta.homepage = "https://github.com/aca/completion-tabnine/";
};
completion-treesitter = buildVimPluginFrom2Nix {
pname = "completion-treesitter";
version = "2020-06-26";

View file

@ -1,4 +1,5 @@
907th/vim-auto-save
aca/completion-tabnine
airblade/vim-gitgutter
airblade/vim-rooter
ajh17/Spacegray.vim