vim-plugins/zeavim init

This commit is contained in:
Anders Sildnes 2018-01-16 16:44:16 +01:00
parent db75ba31aa
commit 10412490c7
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 11 additions and 0 deletions

View file

@ -2715,4 +2715,14 @@ rec {
};
zeavim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "zeavim-2017-12-20";
src = fetchgit {
url = "git://github.com/KabbAmine/zeavim.vim";
rev = "88f81078059d98d7637a93b90730897a3af231a4";
sha256 = "1p43f6bbs9fcvvp1i90kzx1xj7k6c5w3ajf9wlrplpkz6hsiv2wv";
};
dependencies = [];
};
}

View file

@ -223,3 +223,4 @@
"vinegar"
"vundle"
"xterm-color-table"
"zeavim"