vimPlugins.completion-nvim: init at 2020-07-05
This commit is contained in:
parent
82b171b1c3
commit
a778c303ee
@ -844,6 +844,18 @@ let
|
|||||||
meta.homepage = "https://github.com/rhysd/committia.vim/";
|
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 {
|
concealedyank-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "concealedyank-vim";
|
pname = "concealedyank-vim";
|
||||||
version = "2013-03-24";
|
version = "2013-03-24";
|
||||||
|
@ -370,6 +370,7 @@ norcalli/nvim-terminal.lua
|
|||||||
ntpeters/vim-better-whitespace
|
ntpeters/vim-better-whitespace
|
||||||
numirias/semshi
|
numirias/semshi
|
||||||
nvie/vim-flake8
|
nvie/vim-flake8
|
||||||
|
nvim-lua/completion-nvim
|
||||||
nvim-treesitter/nvim-treesitter
|
nvim-treesitter/nvim-treesitter
|
||||||
octol/vim-cpp-enhanced-highlight
|
octol/vim-cpp-enhanced-highlight
|
||||||
Olical/conjure
|
Olical/conjure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user