This commit is contained in:
Marcin Woźniak 2020-12-07 13:11:59 +01:00
parent 6c1bbf8dac
commit 50c2423489
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -41,8 +41,8 @@ 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_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
@ -54,7 +54,6 @@ set cmdheight=1
syntax on
filetype plugin indent on
set encoding=utf-8
set nowrap
" livepreviewer
let g:livepreview_previewer = 'mupdf'