feat: add autotags plugin

This commit is contained in:
Devin Haska 2024-06-07 10:33:06 -07:00
parent dbe56a72fc
commit 2f99d9a9af
No known key found for this signature in database
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 = {},
},
}