vimPlugins.nvim_context_vt: init at 2021-08-03
This commit is contained in:
parent
a311503cb5
commit
8ddb05701f
@ -3982,6 +3982,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/roxma/nvim-yarp/";
|
||||
};
|
||||
|
||||
nvim_context_vt = buildVimPluginFrom2Nix {
|
||||
pname = "nvim_context_vt";
|
||||
version = "2021-08-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "haringsrob";
|
||||
repo = "nvim_context_vt";
|
||||
rev = "7e93fc59c2af9e36d64a230ec77c1ef1ebe47c57";
|
||||
sha256 = "0mgafpcx5mz9hw7pv3a4v74kdikcrf9mv10mqnp5pg71m0f6sjmn";
|
||||
};
|
||||
meta.homepage = "https://github.com/haringsrob/nvim_context_vt/";
|
||||
};
|
||||
|
||||
nvimdev-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "nvimdev-nvim";
|
||||
version = "2019-10-09";
|
||||
|
@ -194,6 +194,7 @@ guns/vim-clojure-highlight
|
||||
guns/vim-clojure-static
|
||||
guns/vim-sexp
|
||||
guns/xterm-color-table.vim
|
||||
haringsrob/nvim_context_vt
|
||||
hashivim/vim-packer
|
||||
hashivim/vim-terraform
|
||||
hashivim/vim-vagrant
|
||||
|
Loading…
Reference in New Issue
Block a user