Add Nvim autopairs
This commit is contained in:
parent
1b49cc1013
commit
71ab2fef74
@ -35,4 +35,11 @@ return {
|
||||
require('nvim-tree').setup {}
|
||||
end,
|
||||
},
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
config = true,
|
||||
-- use opts = {} for passing setup options
|
||||
-- this is equivalent to setup({}) function
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user