Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk Małek committed Jul 13, 2016
1 parent 0ea8dee commit ccbc1ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ let g:syntastic_cpp_include_dirs = ['src/', 'include/']
let g:syntastic_check_on_open = 1
let g:syntastic_enable_signs = 1
let g:syntastic_check_on_wq = 1
let g:ycm_confirm_extra_conf = 0 " prevent confirmation for loading .ycm_extra_conf.py
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
" let g:syntastic_java_javac_classpath = "$JAVA_HOME/jre/lib"
let g:syntastic_mode_map = { 'passive_filetypes': ['java'] }
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1

Plugin 'altercation/vim-colors-solarized'
Plugin 'jiangmiao/auto-pairs'
Expand Down Expand Up @@ -76,6 +75,7 @@ Plugin 'elzr/vim-json'

Plugin 'Valloric/YouCompleteMe'
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
let g:ycm_confirm_extra_conf = 0 " prevent confirmation for loading .ycm_extra_conf.py

" Track the engine.
Plugin 'SirVer/ultisnips'
Expand Down

0 comments on commit ccbc1ca

Please sign in to comment.