diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -53,9 +53,20 @@ Plugin 'loremipsum' | " Sample text generator | |||
53 | " Autocompleter ======================================. | 53 | " Autocompleter ======================================. |
54 | Plugin 'Valloric/MatchTagAlways' | 54 | Plugin 'Valloric/MatchTagAlways' |
55 | Plugin 'Valloric/YouCompleteMe' | 55 | Plugin 'Valloric/YouCompleteMe' |
56 | Plugin 'scrooloose/syntastic' | ||
57 | set statusline+=%#warningmsg# | ||
58 | set statusline+=%{SyntasticStatuslineFlag()} | ||
59 | set statusline+=%* | ||
60 | let g:syntastic_always_populate_loc_list = 1 | ||
61 | let g:syntastic_auto_loc_list = 1 | ||
62 | let g:syntastic_check_on_open = 1 | ||
63 | let g:syntastic_check_on_wq = 0 | ||
56 | Plugin 'davidhalter/jedi-vim' | " jedi gets used to display python function signatures | 64 | Plugin 'davidhalter/jedi-vim' | " jedi gets used to display python function signatures |
57 | let g:jedi#show_call_signatures_delay = 0 | 65 | let g:jedi#show_call_signatures_delay = 0 |
58 | let g:jedi#completions_enabled = 0 | 66 | let g:jedi#completions_enabled = 0 |
67 | let g:LatexBox_viewer = "evince" | ||
68 | let g:LatexBox_latexmk_preview_continuously = 1 | ||
69 | |||
59 | " let g:jedi#show_call_signatures = "2" | 70 | " let g:jedi#show_call_signatures = "2" |
60 | 71 | ||
61 | " Disabled ===========================================. | 72 | " Disabled ===========================================. |