Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bwafi opened this issue Oct 18, 2023 · 4 comments
Open

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

bwafi opened this issue Oct 18, 2023 · 4 comments
Labels
enhancement New feature or request requires functionality Requires implementing functionality

Comments

@bwafi
Copy link

bwafi commented Oct 18, 2023

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

before :

<div>|</div>

after <CR> :

<div>
  |
</div>
@altermo altermo added enhancement New feature or request requires functionality Requires implementing functionality labels Oct 18, 2023
@altermo
Copy link
Owner

altermo commented Oct 18, 2023

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

@bwafi
Copy link
Author

bwafi commented Oct 18, 2023

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

@altermo
Copy link
Owner

altermo commented Oct 18, 2023

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.

@bwafi
Copy link
Author

bwafi commented Oct 18, 2023

@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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request requires functionality Requires implementing functionality
Projects
None yet
Development

No branches or pull requests

2 participants