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

learn more… | top users | synonyms

11
votes
2answers
6k views

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 in my vimrc doesn't work either (in fact, it doesn't even parse the ...
6
votes
1answer
3k views

Syntastic for Vim: What are the required lines in ~/.vimrc? (PHP error checking)

I find the documents frustrating. What are the basic lines I need to add to my config file to get it working?
1
vote
1answer
456 views

syntastic not working: 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 get an error but nothing at all happens. Any idea what might be going ...