vim-plugins/autopairs init
This commit is contained in:
parent
9c3b2b6ad3
commit
5eb58fbc37
@ -127,6 +127,17 @@ rec {
|
||||
|
||||
# --- generated packages bellow this line ---
|
||||
|
||||
Auto_Pairs = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "Auto_Pairs-2017-07-03";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/jiangmiao/auto-pairs";
|
||||
rev = "f0019fc6423e7ce7bbd01d196a7e027077687fda";
|
||||
sha256 = "1kzrdq3adwxwm3fw65g05ww9405lwqi368win5kayamyj9i0z7r6";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
CSApprox = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "CSApprox-2013-07-26";
|
||||
src = fetchgit {
|
||||
|
@ -168,6 +168,7 @@
|
||||
"github:zig-lang/zig.vim"
|
||||
"goyo"
|
||||
"gruvbox"
|
||||
"jiangmiao-auto-pairs"
|
||||
"matchit.zip"
|
||||
"pathogen"
|
||||
"quickfixstatus"
|
||||
|
Loading…
Reference in New Issue
Block a user