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

ADD `>` support

Open NEX-S opened this issue 3 years ago • 0 comments

For example,

step one: <html>|</html>
step two: press  >
get this:
<html>
    |
</html>

I think this feature would be for convinience to <CR> :+1:

NEX-S avatar Aug 16 '22 18:08 NEX-S