vimPlugins.completion-treesitter: init at 2020-06-26
This commit is contained in:
parent
a778c303ee
commit
3b418a856a
@ -856,6 +856,18 @@ let
|
|||||||
meta.homepage = "https://github.com/nvim-lua/completion-nvim/";
|
meta.homepage = "https://github.com/nvim-lua/completion-nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
completion-treesitter = buildVimPluginFrom2Nix {
|
||||||
|
pname = "completion-treesitter";
|
||||||
|
version = "2020-06-26";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "nvim-treesitter";
|
||||||
|
repo = "completion-treesitter";
|
||||||
|
rev = "45c9b2faff4785539a0d0c655440c2465fed985a";
|
||||||
|
sha256 = "19pgdzzk7zq85b1grfjf0nncvs5vxrd4rj1p90iw2amq4mvqrx3l";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/nvim-treesitter/completion-treesitter/";
|
||||||
|
};
|
||||||
|
|
||||||
concealedyank-vim = buildVimPluginFrom2Nix {
|
concealedyank-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "concealedyank-vim";
|
pname = "concealedyank-vim";
|
||||||
version = "2013-03-24";
|
version = "2013-03-24";
|
||||||
|
@ -371,6 +371,7 @@ ntpeters/vim-better-whitespace
|
|||||||
numirias/semshi
|
numirias/semshi
|
||||||
nvie/vim-flake8
|
nvie/vim-flake8
|
||||||
nvim-lua/completion-nvim
|
nvim-lua/completion-nvim
|
||||||
|
nvim-treesitter/completion-treesitter
|
||||||
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