add auto pairs
This commit is contained in:
parent
f99460cf15
commit
c5403d3521
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
event = "InsertEnter",
|
||||
opts = {}
|
||||
-- this is equalent to setup({}) function
|
||||
}
|
Loading…
Reference in New Issue