Merge pull request #12859 from seagreen/vinegar-vim-plugin

vim-plugins: add vinegar
This commit is contained in:
Arseniy Seroka 2016-02-08 19:17:50 +03:00
commit dd7e6bd97f
2 changed files with 12 additions and 0 deletions

View File

@ -1586,6 +1586,17 @@ rec {
};
vinegar = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vinegar-2016-01-30";
src = fetchgit {
url = "git://github.com/tpope/vim-vinegar";
rev = "75fc3824bc09053f22735d6726c5cfd614c15642";
sha256 = "19fc1487169f1d8941ffddda1ffadd842ef4a773de2d32536eae52cf494154a6";
};
dependencies = [];
};
vundle = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vundle-2015-11-04";
src = fetchgit {

View File

@ -122,4 +122,5 @@
"vim-webdevicons"
"vim2hs"
"vimwiki"
"vinegar"
"vundle"