Closed Tus1688 closed 2 years ago
Hi, thank you for making neovim accesible for Jsx/Tsx user.
I love the way it automatically rename tag with insert mode <h1|> </h1> <h|> </h1> <h2|> </h2>
<h1|> </h1>
<h|> </h1>
<h2|> </h2>
But, <h|1|> </h1> then <c-a> which increment number by 1 <h2> </h1>
<h|1|> </h1>
<c-a>
<h2> </h1>
I didn't find it working. Is there any way around to achieve that? Thanks in advance :+1:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@windwp please :)))
Hi, thank you for making neovim accesible for Jsx/Tsx user.
I love the way it automatically rename tag with insert mode
<h1|> </h1>
<h|> </h1>
<h2|> </h2>
But,
<h|1|> </h1>
then<c-a>
which increment number by 1<h2> </h1>
I didn't find it working. Is there any way around to achieve that? Thanks in advance :+1: