Skip to content

Instantly share code, notes, and snippets.

@ckolderup
Created November 7, 2011 15:41
Show Gist options
  • Save ckolderup/1345303 to your computer and use it in GitHub Desktop.
Save ckolderup/1345303 to your computer and use it in GitHub Desktop.
syntastic vimrc changes after installing syntastic (via pathogen or whatever)
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