mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 17:03:39 +02:00
fix(nvim-ts-autotag): make it actually work :)
This commit is contained in:
parent
fad3777296
commit
82da2440e4
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ return {
|
||||||
-- Automatically add closing tags for HTML and JSX
|
-- Automatically add closing tags for HTML and JSX
|
||||||
{
|
{
|
||||||
"windwp/nvim-ts-autotag",
|
"windwp/nvim-ts-autotag",
|
||||||
event = "InsertEnter",
|
event = "LazyFile",
|
||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue