yumevim/lua/languages/init.lua

4 lines
137 B
Lua

return {
{ "windwp/nvim-autopairs", event = "InsertEnter", opts = {} },
{ "kylechui/nvim-surround", event = "VeryLazy", opts = {} },
}