mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 04:41:46 +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
|
-- Enable autotags and -rename
|
||||||
autotag = {
|
autotag = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
enable_close = true,
|
||||||
|
enable_rename = true,
|
||||||
enable_autocmd = true,
|
enable_autocmd = true,
|
||||||
},
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
|
Loading…
Reference in New Issue
Block a user