fix(nvim-ts-autotag): make it actually work :)

This commit is contained in:
Folke Lemaitre
2023-10-19 19:54:34 +02:00
parent fad3777296
commit 82da2440e4

View File

@ -131,7 +131,7 @@ return {
-- Automatically add closing tags for HTML and JSX
{
"windwp/nvim-ts-autotag",
event = "InsertEnter",
event = "LazyFile",
opts = {},
},
}