1
0
Fork 0

nvim: remove redundant setting for auto-pairs

This commit is contained in:
tastytea 2022-08-15 23:24:31 +02:00
parent 4392b5a9ee
commit 6da883ab59
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 3 deletions

View File

@ -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' }