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
As far as i can tell right now on neovim the auto fmt feature for example still runs as a standard vim process (blocking the ui thread) is there a plan to move this to a neovim coprocess at some point. I think it would improve saving performance as it would not block the vim ui thread.
Just a though.
The text was updated successfully, but these errors were encountered:
Just thinking that formatting is already fast and we don't need to complicate the code there. Also having it blocking in way is ok, because we don't want to change the content during the formatting. Thanks @ChrisMcKenzie for the suggestion though :)
As far as i can tell right now on neovim the auto fmt feature for example still runs as a standard vim process (blocking the ui thread) is there a plan to move this to a neovim coprocess at some point. I think it would improve saving performance as it would not block the vim ui thread.
Just a though.
The text was updated successfully, but these errors were encountered: