Updated
This commit is contained in:
parent
6c1bbf8dac
commit
50c2423489
@ -41,8 +41,8 @@ set statusline+=%#warningmsg#
|
|||||||
set statusline+=%{SyntasticStatuslineFlag()}
|
set statusline+=%{SyntasticStatuslineFlag()}
|
||||||
set statusline+=%*
|
set statusline+=%*
|
||||||
|
|
||||||
let g:syntastic_always_populate_loc_list = 1
|
"let g:syntastic_always_populate_loc_list = 1
|
||||||
let g:syntastic_auto_loc_list = 1
|
"let g:syntastic_auto_loc_list = 1
|
||||||
let g:syntastic_check_on_open = 1
|
let g:syntastic_check_on_open = 1
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
|
|
||||||
@ -54,7 +54,6 @@ set cmdheight=1
|
|||||||
syntax on
|
syntax on
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set nowrap
|
|
||||||
|
|
||||||
" livepreviewer
|
" livepreviewer
|
||||||
let g:livepreview_previewer = 'mupdf'
|
let g:livepreview_previewer = 'mupdf'
|
||||||
|
Loading…
Reference in New Issue
Block a user