4 lines
137 B
Lua
4 lines
137 B
Lua
return {
|
|
{ "windwp/nvim-autopairs", event = "InsertEnter", opts = {} },
|
|
{ "kylechui/nvim-surround", event = "VeryLazy", opts = {} },
|
|
}
|