mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-12 20:23:50 +00:00
additional nvim-ts-autotag functionality
This commit is contained in:
parent
36ea0ce279
commit
b9151b4f27
@ -32,6 +32,8 @@ return {
|
||||
-- Enable autotags and -rename
|
||||
autotag = {
|
||||
enable = true,
|
||||
enable_close = true,
|
||||
enable_rename = true,
|
||||
enable_autocmd = true,
|
||||
},
|
||||
highlight = {
|
||||
|
Loading…
Reference in New Issue
Block a user