vim-plugins/auto_pairs: remove redundant/dead reference

This commit is contained in:
Anders Sildnes 2018-01-25 16:59:49 +01:00
parent d8311b87c2
commit 81d444102c
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 0 additions and 12 deletions

View File

@ -142,17 +142,6 @@ 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 {

View File

@ -175,7 +175,6 @@
"github:zig-lang/zig.vim"
"goyo"
"gruvbox"
"jiangmiao-auto-pairs"
"matchit.zip"
"neco-look"
"pathogen"