ultimate-autopair.nvim icon indicating copy to clipboard operation
ultimate-autopair.nvim copied to clipboard

[Feature Request] map <CR> new line in html tag?

Open bwafi opened this issue 1 year ago • 6 comments

similar with nvim-autopairs html tag new line when click <CR>

before :

<div>|</div>

after <CR> :

<div>
  |
</div>

bwafi avatar Oct 18 '23 11:10 bwafi

Will be implemented when HTML tags are implemented. HTML tags will be implemented in version 0.7 (which I am currently working on)

altermo avatar Oct 18 '23 12:10 altermo

@altermo waah, great job, I'm really looking forward to it

bwafi avatar Oct 18 '23 12:10 bwafi

Just note that it might take a while until I'm done with version 0.7, as I need to do a total rewrite of the whole plugin.

altermo avatar Oct 18 '23 12:10 altermo

@altermo yeah, I will wait for it, because I like several of the features in this plugin, such as tabout (without additional plugins), fast wrap, close,

bwafi avatar Oct 18 '23 12:10 bwafi

I currently use this as an alternative

{ '>', '<', newline = true , p = 11 },

Is there an estimation on the new version? Thanks

sglkc avatar Sep 22 '24 01:09 sglkc

Currently, the project is in maintenance mode, there's no development on the new version, so not soon.

altermo avatar Sep 22 '24 07:09 altermo