nvim-config/lua/custom/plugins/util.lua

4 lines
121 B
Lua

return {
{ 'windwp/nvim-autopairs', event = "InsertEnter", opts = {} },
-- { 'nvim-ts-autotag', opts = {} },
}