add autopair plugin
This commit is contained in:
parent
ecff79bb3a
commit
d9fc9c8044
7
lua/custom/plugins/autopair.lua
Normal file
7
lua/custom/plugins/autopair.lua
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
return {
|
||||||
|
"windwp/nvim-autopairs",
|
||||||
|
config = function()
|
||||||
|
require("nvim-autopairs").setup {}
|
||||||
|
end,
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user