Open Jarvis-K opened 4 years ago
That was caused by the scrooloose/syntastic
plugin, disable it will be fine. Is there any replacement for the syntax checking?
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
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?