from packer to lazy
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
require('nvim-autopairs').setup({
|
||||
map_bs = false,
|
||||
map_cr = false
|
||||
})
|
||||
-- A super powerful autopair plugin for Neovim that supports multiple characters
|
||||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
enabled = true,
|
||||
lazy = true,
|
||||
event = 'InsertEnter',
|
||||
opts = {
|
||||
-- map_bs = false,
|
||||
-- map_cr = false
|
||||
},
|
||||
config = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user