refactor
This commit is contained in:
parent
ab58d1a503
commit
631e88bdd2
15 changed files with 122 additions and 366 deletions
9
lua/plugins/autopairs.lua
Normal file
9
lua/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
config = true,
|
||||
-- use opts = {} for passing setup options
|
||||
-- this is equivalent to setup({}) function
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue