mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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/";
|
||||
};
|
||||
|
||||
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 {
|
||||
pname = "concealedyank-vim";
|
||||
version = "2013-03-24";
|
||||
|
@ -371,6 +371,7 @@ ntpeters/vim-better-whitespace
|
||||
numirias/semshi
|
||||
nvie/vim-flake8
|
||||
nvim-lua/completion-nvim
|
||||
nvim-treesitter/completion-treesitter
|
||||
nvim-treesitter/nvim-treesitter
|
||||
octol/vim-cpp-enhanced-highlight
|
||||
Olical/conjure
|
||||
|
Loading…
Reference in New Issue
Block a user