Adds vim-rooter plugin

This commit is contained in:
pjan vandaele 2018-02-19 12:09:17 +09:00
parent 29013598a7
commit 92b6275773
No known key found for this signature in database
GPG key ID: 1AAB5E567E8EEAD8

View file

@ -3138,6 +3138,16 @@ rec {
};
vim-rooter = buildVimPluginFrom2Nix {
name = "vim-rooter-2017-11-20";
src = fetchgit {
url = "git://github.com/airblade/vim-rooter";
rev = "3509dfb80d0076270a04049548738daeedf6dfb9";
sha256 = "03j26fw0dcvcc81fn8hx1prdwlgnd3g340pbxrzgbgxxq5kr0bwl";
};
dependencies = [];
};
vim-ruby = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-ruby-2017-06-22";