vimPlugins.vim-vagrant: init at 2018-11-11

wip/yesman
Darwin Corn 4 years ago
parent 5096769bdd
commit 2904fb7f81
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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…
Cancel
Save