vim-plugins/neco-look init

This commit is contained in:
Anders Sildnes 2018-01-16 16:47:15 +01:00
parent 10412490c7
commit c690cb6995
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -2177,6 +2177,17 @@ rec {
'';
};
neco-look = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neco-look-2018-01-07";
src = fetchgit {
url = "git://github.com/ujihisa/neco-look";
rev = "ff3de2731177694d0e85f1227b6cfd51c8e2bc8d";
sha256 = "0zpny9sj7alzsbrjbph71b44zf575hij1ky8pwgba0ygp2p2fxd4";
};
dependencies = [];
};
pathogen = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "pathogen-2017-08-04";
src = fetchgit {

View file

@ -175,6 +175,7 @@
"gruvbox"
"jiangmiao-auto-pairs"
"matchit.zip"
"neco-look"
"pathogen"
"quickfixstatus"
"rainbow_parentheses"