spf13-vim icon indicating copy to clipboard operation
spf13-vim copied to clipboard

slow when saving and quit

Open Jarvis-K opened this issue 5 years ago • 2 comments

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 avatar Jan 27 '20 04:01 Jarvis-K

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

Jarvis-K avatar Jan 27 '20 14:01 Jarvis-K

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

dmayle avatar Feb 28 '20 18:02 dmayle