Merge pull request #12859 from seagreen/vinegar-vim-plugin
vim-plugins: add vinegar
This commit is contained in:
commit
dd7e6bd97f
|
@ -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
|
vundle = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vundle-2015-11-04";
|
name = "vundle-2015-11-04";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -122,4 +122,5 @@
|
||||||
"vim-webdevicons"
|
"vim-webdevicons"
|
||||||
"vim2hs"
|
"vim2hs"
|
||||||
"vimwiki"
|
"vimwiki"
|
||||||
|
"vinegar"
|
||||||
"vundle"
|
"vundle"
|
||||||
|
|
Loading…
Reference in New Issue