vimPlugins.nvim-treesitter-context: init at 2020-11-14
This commit is contained in:
parent
8733417e3b
commit
fa56e18f3a
@ -2734,6 +2734,18 @@ let
|
|||||||
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
|
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvim-treesitter-context = buildVimPluginFrom2Nix {
|
||||||
|
pname = "nvim-treesitter-context";
|
||||||
|
version = "2020-11-14";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "romgrk";
|
||||||
|
repo = "nvim-treesitter-context";
|
||||||
|
rev = "f70b9e30ff0b149c0eb2c1e4bdbdef594bdab30b";
|
||||||
|
sha256 = "04mjl32gahaw2xky8yaghmgakiiy47dcjj6k4p793xfcs1kf4bsh";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/romgrk/nvim-treesitter-context/";
|
||||||
|
};
|
||||||
|
|
||||||
nvim-treesitter-refactor = buildVimPluginFrom2Nix {
|
nvim-treesitter-refactor = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-treesitter-refactor";
|
pname = "nvim-treesitter-refactor";
|
||||||
version = "2020-10-07";
|
version = "2020-10-07";
|
||||||
|
@ -447,6 +447,7 @@ romainl/vim-cool
|
|||||||
romainl/vim-qf
|
romainl/vim-qf
|
||||||
roman/golden-ratio
|
roman/golden-ratio
|
||||||
romgrk/barbar.nvim
|
romgrk/barbar.nvim
|
||||||
|
romgrk/nvim-treesitter-context
|
||||||
ron89/thesaurus_query.vim
|
ron89/thesaurus_query.vim
|
||||||
roxma/nvim-cm-racer
|
roxma/nvim-cm-racer
|
||||||
roxma/nvim-completion-manager
|
roxma/nvim-completion-manager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user