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

Neovim performance #642

Closed
ChrisMcKenzie opened this issue Dec 3, 2015 · 2 comments
Closed

Neovim performance #642

ChrisMcKenzie opened this issue Dec 3, 2015 · 2 comments

Comments

@ChrisMcKenzie
Copy link

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.

@fatih
Copy link
Owner

fatih commented Dec 4, 2015

@ChrisMcKenzie yeah, will do it in the #607 PR. Did you checked it already, I think your comment is based on that PR right?

@fatih
Copy link
Owner

fatih commented Jan 18, 2016

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 :)

@fatih fatih closed this as completed Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants