nvim-ts-autotag
nvim-ts-autotag copied to clipboard
ADD `>` support
For example,
step one: <html>|</html>
step two: press >
get this:
<html>
|
</html>
I think this feature would be for convinience to <CR> :+1: