From 857fe529c10eed4fe9cef365712c9a4d8caa2fd9 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 22 Sep 2016 10:27:44 +0200 Subject: cleaned up doc/INSTALL: color-coded is no longer used, because its features are also provided by YouCompleteMe. The installation method got simpler and I reordered the commands for faster deployment. Dropped nelstroms colorscheme mac_classic from the git submodule list, because that can also be installed by Vundle Included 'syntastic', which highlights syntactic errors in many languages and comes in very handy when using LaTeX --- vimrc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 55f4d8c..d832e82 100644 --- a/vimrc +++ b/vimrc @@ -53,9 +53,20 @@ Plugin 'loremipsum' | " Sample text generator " Autocompleter ======================================. Plugin 'Valloric/MatchTagAlways' Plugin 'Valloric/YouCompleteMe' +Plugin 'scrooloose/syntastic' +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 Plugin 'davidhalter/jedi-vim' | " jedi gets used to display python function signatures let g:jedi#show_call_signatures_delay = 0 let g:jedi#completions_enabled = 0 +let g:LatexBox_viewer = "evince" +let g:LatexBox_latexmk_preview_continuously = 1 + " let g:jedi#show_call_signatures = "2" " Disabled ===========================================. -- cgit v1.2.3