windwp / nvim-ts-autotag

Use treesitter to auto close and auto rename html tag
MIT License
1.63k stars 87 forks source link

New Line #98

Closed AndreM222 closed 1 year ago

AndreM222 commented 1 year ago

Hi awesome plugin. I wanted to ask if there is a way to make it so when I press enter then it takes it down and adds a space for the currors to be able to write in the middle from

<div>|</div>

to

<div>
    |
</div>
AndreM222 commented 1 year ago

Use the autopair plugin from windwp