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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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 = {},
}, },
} }