vim-plugins/sparkup init

This commit is contained in:
Anders Sildnes 2018-01-16 16:53:52 +01:00
parent d2bec58233
commit edd27a8a30
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -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
name = "surround-2016-06-01";
src = fetchgit {

View File

@ -185,6 +185,7 @@
"sleuth"
"snipmate"
"sourcemap"
"sparkup"
"surround"
"table-mode"
"taglist"