Skip to content

Instantly share code, notes, and snippets.

@pelsedyr
Last active August 29, 2015 14:14
Show Gist options
  • Save pelsedyr/a909f2c78c0779509af8 to your computer and use it in GitHub Desktop.
Save pelsedyr/a909f2c78c0779509af8 to your computer and use it in GitHub Desktop.
My .vimrc
execute pathogen#infect()
syntax on
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
colorscheme molokai
set laststatus=2
set number
setlocal omnifunc=javacomplete#Complete
setlocal completefunc=javacomplete#CompleteParamsInfo
autocmd BufNewFile,BufRead *.md set filetype=markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment