marleyvim/lua/plugins/nvim-ts-autotag.lua

8 lines
106 B
Lua

return {
{
'windwp/nvim-ts-autotag',
opts = {
enable_close_on_slash = true,
},
},
}