feat: add autotag support for treesitter

This commit is contained in:
2024-12-01 07:23:59 -05:00
parent 2493af44fc
commit 1060f80f5f
+25
View File
@@ -0,0 +1,25 @@
return {
'windwp/nvim-ts-autotag',
ft = {
'astro',
'glimmer',
'handlebars',
'html',
'javascript',
'jsx',
'markdown',
'php',
'rescript',
'svelte',
'tsx',
'twig',
'typescript',
'vue',
'xml',
},
opts = {
opts = {
enable_close_on_slash = true,
},
},
}