You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
@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
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 ofnvim
seems quite eager to fold the code following the call.Do you know a way to turn this off?
Thank you in advance.
- E
The text was updated successfully, but these errors were encountered: