add auto pairs
This commit is contained in:
parent
f99460cf15
commit
c5403d3521
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…
x
Reference in New Issue
Block a user