Is there a way to turn off the active folding that happens post HtmlBeautify()
EdmundsEcho opened this issue · 1 comments
EdmundsEcho commented
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
maksimr commented
@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