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

slow when saving and quit #1103

Open
Jarvis-K opened this issue Jan 27, 2020 · 2 comments
Open

slow when saving and quit #1103

Jarvis-K opened this issue Jan 27, 2020 · 2 comments

Comments

@Jarvis-K
Copy link

I was writing python scripts, however when I tried to save and quit, the vim just like frozen for a while. I guess it may be some plugins(syntax check or others) that make it slow. How can I disable the plugins or other suggestions to solve this problem?

@Jarvis-K
Copy link
Author

That was caused by the scrooloose/syntastic plugin, disable it will be fine. Is there any replacement for the syntax checking?

@dmayle
Copy link

dmayle commented Feb 28, 2020

That was caused by the scrooloose/syntastic plugin, disable it will be fine. Is there any replacement for the syntax checking?

ALE https://github.com/dense-analysis/ale is supposed to be a near drop-in replacement for syntastic that is async-capable using Vim 8 or Neovim

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