add auto pairs
This commit is contained in:
parent
f99460cf15
commit
c5403d3521
1 changed files with 6 additions and 0 deletions
6
lua/custom/plugins/autopairs.lua
Normal file
6
lua/custom/plugins/autopairs.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
event = "InsertEnter",
|
||||
opts = {}
|
||||
-- this is equalent to setup({}) function
|
||||
}
|
Loading…
Add table
Reference in a new issue