feat: add autotags plugin

This commit is contained in:
Devin Haska 2025-05-27 11:54:48 -07:00
parent 87c3b76983
commit 7a1351277e
2 changed files with 13 additions and 0 deletions

View file

@ -39,4 +39,16 @@ return {
disable_filetype = { "TelescopePrompt" },
},
},
{
"windwp/nvim-ts-autotag",
event = "VeryLazy",
ft = {
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
},
opts = {},
},
}