vimPlugins: add vim-sleuth
This commit is contained in:
parent
a28f0340e1
commit
b0e6cedf6e
@ -887,6 +887,17 @@ rec {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sleuth = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "sleuth-2015-06-07";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/tpope/vim-sleuth";
|
||||||
|
rev = "a17462708aa40a7fc0afd4effa559087d8a2c908";
|
||||||
|
sha256 = "72f4b7c5e60c942592e624806960736e71b9f109fbbfa3a5a2a37970b90f6025";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
snipmate = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
snipmate = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "snipmate-2015-04-04";
|
name = "snipmate-2015-04-04";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -64,6 +64,7 @@
|
|||||||
"quickfixstatus"
|
"quickfixstatus"
|
||||||
"rainbow_parentheses"
|
"rainbow_parentheses"
|
||||||
"rust"
|
"rust"
|
||||||
|
"sleuth"
|
||||||
"sensible"
|
"sensible"
|
||||||
"snipmate"
|
"snipmate"
|
||||||
"sourcemap"
|
"sourcemap"
|
||||||
|
Loading…
Reference in New Issue
Block a user