Massive changes!!
This commit is contained in:
8
lua/plugins/autopairs.lua
Normal file
8
lua/plugins/autopairs.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- autopairs
|
||||
-- https://github.com/windwp/nvim-autopairs
|
||||
|
||||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user