forked from mirrors/nixpkgs
vim-plugins: add sensible
This commit is contained in:
parent
b84104a381
commit
f4951338ce
|
@ -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 {
|
||||
|
|
|
@ -53,3 +53,4 @@
|
|||
"vim-addon-manager"
|
||||
"vim-addon-nix"
|
||||
"github:MarcWeber/vim-addon-vim2nix"
|
||||
"sensible"
|
||||
|
|
Loading…
Reference in a new issue