Top "Syntastic" questions

Syntastic is a syntax checking plugin for the Vim editor that runs files through external syntax checkers and displays any resulting errors to the user.

Make Syntastic close just the error window

I've got the (Mac)Vim Syntastic plugin installed via Janus. When I open the :Errors window to view the reason …

vim syntastic
vim with syntastic and eslint: show warnings

I'm using Vim with the syntastic plugin and eslint. When I save a JavaScript file, I can see errors come …

javascript vim syntastic eslint
Toggle Error Location panel in syntastic

How can I set a keyboard shortcut to toggle Syntastic Error Location List Panel in vim. :Errors - Shows Location …

vim syntastic
syntastic not functioning: no errors

I've installed Pathogen, git clone'd the syntastic repo, and tried :Helptags in mvim. However, whenever I type :Helptags, I don't …

vim macvim syntastic
Can't get "Syntastic" vim plugin to work

I've installed Syntastic plugin in vim. I can't get it to work. I've tried :SyntasticEnable but no luck. SyntasticEnable python …

php python vim syntax-checking syntastic
Disable pep8 check in syntastic for python files

I work with enough code that does not follow pep8 (that I cannot fix) and would like syntastic to not …

vim pep8 syntastic
Changing error highlight color used by syntastic

How can the highlight color used by vim syntastic to mark the errors/warnings in code be changed. The error …

vim syntastic
Vim, C++, YCM, and Syntastic include path problems

I feel that I have an awesome setup for C++ programming using Vim but I can't find a way to …

c++ vim syntastic