vim-plugins/caw init
This commit is contained in:
parent
52903053e3
commit
8c83fd3edc
@ -330,6 +330,17 @@ rec {
|
|||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
caw = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "caw-2018-01-01";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/tyru/caw.vim";
|
||||||
|
rev = "50efcd94e00dc3e814bcc0d3d8ccfa3ff324ea42";
|
||||||
|
sha256 = "06hpby2amh2pb4dlfd7s6wybzc8rh8wa3jz0gyv6xx3l91agfari";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
clang_complete = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
clang_complete = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "clang_complete-2017-09-25";
|
name = "clang_complete-2017-09-25";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
"VimOutliner"
|
"VimOutliner"
|
||||||
"WebAPI"
|
"WebAPI"
|
||||||
"YankRing"
|
"YankRing"
|
||||||
|
"caw"
|
||||||
"clang_complete"
|
"clang_complete"
|
||||||
"commentary"
|
"commentary"
|
||||||
"ctrlp-cmatcher"
|
"ctrlp-cmatcher"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user