vim-plugins: add sensible

This commit is contained in:
Valérian Galliat 2015-02-08 16:12:59 +01:00
parent b84104a381
commit f4951338ce
2 changed files with 10 additions and 0 deletions

View file

@ -899,6 +899,15 @@ rec {
dependencies = [];
};
"sensible" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "sensible";
src = fetchgit {
url = "git://github.com/tpope/vim-sensible";
rev = "b30dcf387af977acfa21732592bfca05598b2188";
sha256 = "6a9fc68c3eb0ee500ac59bdbc2c48d98e88a2936ee544f7203fa1a0296002b5f";
};
dependencies = [];
};
"snipmate" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "snipmate";
src = fetchgit {

View file

@ -53,3 +53,4 @@
"vim-addon-manager"
"vim-addon-nix"
"github:MarcWeber/vim-addon-vim2nix"
"sensible"