|
@@ -477,3 +477,10 @@ endfunction
|
|
|
|
|
|
|
|
let g:LatexBox_latexmk_async = 1
|
|
let g:LatexBox_latexmk_async = 1
|
|
|
let g:LatexBox_latexmk_preview_continuously = 1
|
|
let g:LatexBox_latexmk_preview_continuously = 1
|
|
|
|
|
+
|
|
|
|
|
+let g:python_host_prog = '/bin/python2'
|
|
|
|
|
+let g:python3_host_prog = '/bin/python'
|
|
|
|
|
+
|
|
|
|
|
+let g:OmniSharp_server_path = '/opt/omnisharp-roslyn/OmniSharp.exe'
|
|
|
|
|
+let g:OmniSharp_server_use_mono = 1
|
|
|
|
|
+let g:syntastic_cs_checkers = ['code_checker']
|