fix(nvim-ts-autotag): make it actually work :)
This commit is contained in:
@ -131,7 +131,7 @@ return {
|
||||
-- Automatically add closing tags for HTML and JSX
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
event = "InsertEnter",
|
||||
event = "LazyFile",
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user