windwp / nvim-ts-autotag

Use treesitter to auto close and auto rename html tag
MIT License
1.63k stars 87 forks source link

Switching to a new buffer removes autorenaming from all other buffers #103

Closed pafirmin closed 1 year ago

pafirmin commented 1 year ago

Newly opened buffers are added to the 'ts-autotag-rename' augroup, but the rest of the group is cleared in the process resulting in autorenaming no longer working on all other buffers.