spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.56k stars 3.64k forks source link

slow when saving and quit #1103

Open Jarvis-K opened 4 years ago

Jarvis-K commented 4 years ago

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 commented 4 years ago

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

dmayle commented 4 years ago

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