vim-plugins/Cosco init

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

View File

@ -160,6 +160,17 @@ rec {
}; };
Cosco = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "Cosco-2017-07-26";
src = fetchgit {
url = "git://github.com/lfilho/cosco.vim";
rev = "4a2a080415860196c936a32679d9032f41ba21e4";
sha256 = "0gljxy6shr7kmm8vvj6rm4c0lr0ydbny9lrsp64c3d4d0b2wnmig";
};
dependencies = [];
};
Gist = buildVimPluginFrom2Nix { # created by nix#NixDerivation Gist = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "Gist-2016-10-10"; name = "Gist-2016-10-10";
src = fetchgit { src = fetchgit {

View File

@ -1,5 +1,6 @@
"CSApprox" "CSApprox"
"CheckAttach" "CheckAttach"
"Cosco"
"Gist" "Gist"
"Hoogle" "Hoogle"
"Solarized" "Solarized"