nvim: remove redundant setting for auto-pairs
This commit is contained in:
parent
4392b5a9ee
commit
6da883ab59
|
@ -91,9 +91,6 @@ require('packer').startup(function(use)
|
||||||
use { 'https://github.com/gentoo/gentoo-syntax' }
|
use { 'https://github.com/gentoo/gentoo-syntax' }
|
||||||
use { -- NOTE: looks abandoned
|
use { -- NOTE: looks abandoned
|
||||||
'https://github.com/jiangmiao/auto-pairs',
|
'https://github.com/jiangmiao/auto-pairs',
|
||||||
config = function()
|
|
||||||
vim.g.AutoPairsFlyMode = 0
|
|
||||||
end
|
|
||||||
}
|
}
|
||||||
use { 'https://github.com/L3MON4D3/LuaSnip' }
|
use { 'https://github.com/L3MON4D3/LuaSnip' }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user