Merge pull request #6230 from valeriangalliat/vim-sensible

vim-plugins: add sensible
This commit is contained in:
Arseniy Seroka 2015-02-08 20:11:57 +03:00
commit 81ee8701f3
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"