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

Is there a way to turn off the active folding that happens post HtmlBeautify() #155

Open
EdmundsEcho opened this issue Jul 21, 2021 · 1 comment
Labels

Comments

@EdmundsEcho
Copy link

Great plugin. I have only rarely had to code a lot of html until recently. This plugin has been a nice workflow improvement.

The call to HtmlBeautify() does a nice job with the formatting. My configuration of nvim seems quite eager to fold the code following the call.

Do you know a way to turn this off?

Thank you in advance.

- E

@EdmundsEcho EdmundsEcho changed the title Is there a way to turn off the folding that happens post HtmlBeautify() Is there a way to turn off the active folding that happens post HtmlBeautify() Jul 21, 2021
@maksimr
Copy link
Owner

maksimr commented Jul 21, 2021

@EdmundsEcho thanks, unfortunately I don’t know how to disable this behavior. Maybe you can try to disable it or tweak it for html only by folding settings. Another possible solution define own function formatting and there before calling HtmlBeautify() disable folding and then after call enable it back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants