Update some stuff

This commit is contained in:
2025-04-28 18:08:49 -03:00
parent 82d279e6d8
commit f39f45f415
8 changed files with 36 additions and 11 deletions

View File

@@ -0,0 +1,15 @@
return {
{
"windwp/nvim-ts-autotag",
config = function(plugin, opts)
require("nvim-ts-autotag").setup({
opts = {
enable = true,
enable_rename = true,
enable_close = true,
enable_close_on_slash = true,
}
})
end,
},
}