Guest User

Untitled

a guest
Mar 19th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. execute pathogen#infect()
  2. syntax on
  3. set number
  4. set ruler
  5. set tabstop=4
  6. filetype plugin indent on
  7.  
  8. set statusline+=%#warningmsg#
  9. set statusline+=%{SyntasticStatuslineFlag()}
  10. set statusline+=%*
  11.  
  12. let g:syntastic_always_populate_loc_list = 1
  13. let g:syntastic_auto_loc_list = 1
  14. let g:syntastic_check_on_open = 1
  15. let g:syntastic_check_on_wq = 0
Add Comment
Please, Sign In to add comment