vimPlugins: add CheckAttach, vimwiki

This commit is contained in:
Eric Sagnes 2015-08-06 10:56:46 +09:00
parent dec8f59937
commit 0abedda1cc
2 changed files with 24 additions and 0 deletions

View File

@ -85,6 +85,17 @@ rec {
yankring = YankRing;
CheckAttach = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "CheckAttach-2015-06-22";
src = fetchgit {
url = "git://github.com/chrisbra/CheckAttach";
rev = "a1d86be7e69b25b41ce1a7fe2d2844330f783b68";
sha256 = "b8921c826f5a122e9b128301c620b8b3d3fd88a15a2b0634fdea01062fba2c1f";
};
dependencies = [];
};
CSApprox = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "CSApprox-2013-07-26";
src = fetchgit {
@ -1351,6 +1362,17 @@ rec {
};
vimwiki = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vimwiki-2014-02-21";
src = fetchgit {
url = "git://github.com/vimwiki/vimwiki";
rev = "2c03d82a0e4662adf1e347487d73a9bf4bf6fdac";
sha256 = "8f94fe1204ae3770b114370382f9c616f971eb9b940d8d08ca96ac83405a0cdf";
};
dependencies = [];
};
vundle = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vundle-2015-03-21";
src = fetchgit {

View File

@ -1,3 +1,4 @@
"CheckAttach"
"CSApprox"
"Gist"
"Gundo"
@ -100,4 +101,5 @@
"vim-signature"
"vim-snippets"
"vim2hs"
"vimwiki"
"vundle"