SoloVim/lua/plugins/ts-autotag.lua

6 lines
92 B
Lua

return {
"windwp/nvim-ts-autotag",
events = { "BufReadPre", "BufNewFile" },
opts = {},
}