nvim-ts-autotag
nvim-ts-autotag copied to clipboard
Autorename not working
Autorename is not working for me.
For example: when I'm inside a <div> tag and type ciwspan<Esc> it just rename the first <div> tag to span, and the other tag remains as </div>.
I've tested it on .tsx and .html files.
Here is my config: Treesitter Packer