fix(nvim-ts-autotag): make it actually work :)
This commit is contained in:
1 file changed
+1
-1
@@ -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 = {},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Reference in new issue
Block a user