mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #6230 from valeriangalliat/vim-sensible
vim-plugins: add sensible
This commit is contained in:
commit
81ee8701f3
2 changed files with 10 additions and 0 deletions
|
@ -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