additional nvim-ts-autotag functionality

This commit is contained in:
Baipyrus 2024-06-01 21:53:10 +02:00
parent 36ea0ce279
commit b9151b4f27

View File

@ -32,6 +32,8 @@ return {
-- Enable autotags and -rename
autotag = {
enable = true,
enable_close = true,
enable_rename = true,
enable_autocmd = true,
},
highlight = {