vimPlugins.vim-vagrant: init at 2018-11-11
This commit is contained in:
parent
5096769bdd
commit
2904fb7f81
2 changed files with 13 additions and 0 deletions
|
@ -6697,6 +6697,18 @@ let
|
|||
meta.homepage = "https://github.com/tpope/vim-unimpaired/";
|
||||
};
|
||||
|
||||
vim-vagrant = buildVimPluginFrom2Nix {
|
||||
pname = "vim-vagrant";
|
||||
version = "2018-11-11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hashivim";
|
||||
repo = "vim-vagrant";
|
||||
rev = "7741242ed9617ed53ba7e47e801634b819047ac0";
|
||||
sha256 = "0inpgcrca955h0ic7pgl6bfzs7rssjgssvrvqq3y93j5addmh60m";
|
||||
};
|
||||
meta.homepage = "https://github.com/hashivim/vim-vagrant/";
|
||||
};
|
||||
|
||||
vim-vinegar = buildVimPluginFrom2Nix {
|
||||
pname = "vim-vinegar";
|
||||
version = "2020-06-27";
|
||||
|
|
|
@ -133,6 +133,7 @@ guns/vim-sexp
|
|||
guns/xterm-color-table.vim
|
||||
hashivim/vim-packer
|
||||
hashivim/vim-terraform
|
||||
hashivim/vim-vagrant
|
||||
haya14busa/incsearch-easymotion.vim
|
||||
haya14busa/incsearch.vim
|
||||
haya14busa/is.vim
|
||||
|
|
Loading…
Reference in a new issue