diff --git a/plugin/settings.vim b/plugin/settings.vim index 298d04c..39c382a 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -90,6 +90,7 @@ let g:LatexBox_latexmk_options = '-outdir=build -shell-escape' " {{{ set completeopt-=preview let g:ycm_autoclose_preview_window_after_completion = 0 +let g:ycm_auto_hover = '' let g:ycm_key_detailed_diagnostics = '' let g:ycm_extra_conf_globlist = ['!*'] let g:ycm_filetype_blacklist = { @@ -257,6 +258,7 @@ nnoremap ye :YcmShowDetailedDiagnostic nnoremap yh :YcmCompleter GetDoc nnoremap yf :YcmCompleter FixIt:ccl nnoremap yd :YcmDiags +nnoremap yp (YCMHover) nnoremap sd :SyntasticSetLoclist:lopen nnoremap sc :w:SyntasticCheck nnoremap sr :SyntasticReset