Skip to content

Instantly share code, notes, and snippets.

@reline
Last active December 9, 2019 17:54
Show Gist options
  • Save reline/b35c761745a0959ef9f1f7d102ef7821 to your computer and use it in GitHub Desktop.
Save reline/b35c761745a0959ef9f1f7d102ef7821 to your computer and use it in GitHub Desktop.
Vim config
execute pathogen#infect()
syntax on
set expandtab
set number
set ruler
set tabstop=4
filetype plugin indent on
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment