nvim: replace autopair plugin
This commit is contained in:
parent
79297f7076
commit
15c21ad586
@ -89,8 +89,9 @@ require('packer').startup(function(use)
|
||||
},
|
||||
}
|
||||
use { 'https://github.com/gentoo/gentoo-syntax' }
|
||||
use { -- NOTE: looks abandoned
|
||||
'https://github.com/jiangmiao/auto-pairs',
|
||||
use {
|
||||
'https://github.com/windwp/nvim-autopairs',
|
||||
config = function() require("nvim-autopairs").setup{} end
|
||||
}
|
||||
use { 'https://github.com/L3MON4D3/LuaSnip' }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user