mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
vim-plugins/neco-look init
This commit is contained in:
parent
10412490c7
commit
c690cb6995
@ -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 {
|
||||
|
@ -175,6 +175,7 @@
|
||||
"gruvbox"
|
||||
"jiangmiao-auto-pairs"
|
||||
"matchit.zip"
|
||||
"neco-look"
|
||||
"pathogen"
|
||||
"quickfixstatus"
|
||||
"rainbow_parentheses"
|
||||
|
Loading…
Reference in New Issue
Block a user