mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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/";
|
||||
};
|
||||
|
||||
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 {
|
||||
pname = "nvim-treesitter-refactor";
|
||||
version = "2020-10-07";
|
||||
|
@ -447,6 +447,7 @@ romainl/vim-cool
|
||||
romainl/vim-qf
|
||||
roman/golden-ratio
|
||||
romgrk/barbar.nvim
|
||||
romgrk/nvim-treesitter-context
|
||||
ron89/thesaurus_query.vim
|
||||
roxma/nvim-cm-racer
|
||||
roxma/nvim-completion-manager
|
||||
|
Loading…
Reference in New Issue
Block a user