From 6da883ab59810e911971fd54578ff6077143a79b Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 15 Aug 2022 23:24:31 +0200 Subject: [PATCH] nvim: remove redundant setting for auto-pairs --- .config/nvim/lua/my/plugins.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index 208a79b..7d61586 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -91,9 +91,6 @@ require('packer').startup(function(use) use { 'https://github.com/gentoo/gentoo-syntax' } use { -- NOTE: looks abandoned 'https://github.com/jiangmiao/auto-pairs', - config = function() - vim.g.AutoPairsFlyMode = 0 - end } use { 'https://github.com/L3MON4D3/LuaSnip' }