nvim-ts-autotag icon indicating copy to clipboard operation
nvim-ts-autotag copied to clipboard

Autorename not working

Open matmatias opened this issue 3 years ago • 0 comments

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

matmatias avatar Aug 28 '22 02:08 matmatias