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

This commit is contained in:
Folke Lemaitre committed 2023-10-19 19:54:36 +02:00
1 parent fad3777296
commit 82da2440e4
1 file changed
+1 -1
+1 -1
View File
@@ -131,7 +131,7 @@ return {
-- Automatically add closing tags for HTML and JSX
{
"windwp/nvim-ts-autotag",
event = "InsertEnter",
event = "LazyFile",
opts = {},
},
}