feat: Configure ts-autotag

This commit is contained in:
punkfairie 2025-03-16 17:04:43 -07:00
parent 685d4df3cc
commit b758d21d0a
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -0,0 +1,8 @@
return {
{
'windwp/nvim-ts-autotag',
opts = {
enable_close_on_slash = true,
},
},
}