Created
November 7, 2011 15:41
-
-
Save ckolderup/1345303 to your computer and use it in GitHub Desktop.
syntastic vimrc changes after installing syntastic (via pathogen or whatever)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set statusline+=%#warningmsg# | |
set statusline+=%{SyntasticStatuslineFlag()} | |
set statusline+=%* | |
let g:syntastic_enable_signs=1 | |
let g:syntastic_auto_loc_list=1 | |
run SyntasticEnable ruby | |
run SyntasticEnable javascript | |
run SyntasticEnable coffee | |
run SyntasticEnable haml | |
run SyntasticEnable perl | |
run SyntasticEnable python | |
run SyntasticEnable sass | |
run SyntasticEnable sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment