feat: add autotags plugin
This commit is contained in:
parent
dbe56a72fc
commit
2f99d9a9af
2 changed files with 13 additions and 0 deletions
|
@ -39,4 +39,16 @@ return {
|
|||
disable_filetype = { "TelescopePrompt" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
event = "VeryLazy",
|
||||
ft = {
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"html",
|
||||
},
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue