vimPlugins.completion-nvim: init at 2020-07-05

This commit is contained in:
"Cole Mickens" 2020-07-05 15:49:14 -07:00 committed by Cole Mickens
parent 82b171b1c3
commit a778c303ee
No known key found for this signature in database
GPG Key ID: B475C2955744A019
2 changed files with 13 additions and 0 deletions

View File

@ -844,6 +844,18 @@ let
meta.homepage = "https://github.com/rhysd/committia.vim/";
};
completion-nvim = buildVimPluginFrom2Nix {
pname = "completion-nvim";
version = "2020-07-05";
src = fetchFromGitHub {
owner = "nvim-lua";
repo = "completion-nvim";
rev = "e4dddd8e29224c667972fc33a2537a2e7e1e1a4c";
sha256 = "1jlfcs3ajkxs43sad07z24xlfjm70zfh49ww1z5ifw1s05hwhmhy";
};
meta.homepage = "https://github.com/nvim-lua/completion-nvim/";
};
concealedyank-vim = buildVimPluginFrom2Nix {
pname = "concealedyank-vim";
version = "2013-03-24";

View File

@ -370,6 +370,7 @@ norcalli/nvim-terminal.lua
ntpeters/vim-better-whitespace
numirias/semshi
nvie/vim-flake8
nvim-lua/completion-nvim
nvim-treesitter/nvim-treesitter
octol/vim-cpp-enhanced-highlight
Olical/conjure