fix: nvim-ts-autotag on templ not working

This commit is contained in:
Guz
2024-12-12 09:18:25 -03:00
parent 603584aa69
commit 7038dae6df

View File

@@ -181,8 +181,10 @@ return {
event = { "BufReadPre", "BufNewFile" },
after = function()
require("nvim-ts-autotag").setup({
aliases = {
["templ"] = "html",
opts = {
enable_close = true,
enable_rename = true,
enable_close_on_slash = false,
},
})
end,