forked from mirrors/nixpkgs
vim-plugins/sparkup init
This commit is contained in:
parent
d2bec58233
commit
edd27a8a30
|
@ -2287,6 +2287,17 @@ rec {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sparkup = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "sparkup-2012-06-10";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/chrisgeo/sparkup";
|
||||||
|
rev = "6fbfceef890e705c47b42b27be743ffed6f9296e";
|
||||||
|
sha256 = "17jgpvl879ik53rr3razfnbpfx63mzpp1rlvxxjsvvrk4g45dssm";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
surround = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
surround = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "surround-2016-06-01";
|
name = "surround-2016-06-01";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -185,6 +185,7 @@
|
||||||
"sleuth"
|
"sleuth"
|
||||||
"snipmate"
|
"snipmate"
|
||||||
"sourcemap"
|
"sourcemap"
|
||||||
|
"sparkup"
|
||||||
"surround"
|
"surround"
|
||||||
"table-mode"
|
"table-mode"
|
||||||
"taglist"
|
"taglist"
|
||||||
|
|
Loading…
Reference in a new issue