Disable automatic hover in YouCompleteMe

This commit is contained in:
2020-07-21 12:01:41 +01:00
parent 67b9c6b45a
commit 3449b3f815
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ nnoremap <leader>fi :YcmCompleter FixIt<CR>
nnoremap <leader>gd :YcmCompleter GoTo<CR>
nnoremap <leader>gt :YcmCompleter GetType<CR>
nnoremap <leader>sd :YcmShowDetailedDiagnostic<CR>
nnoremap <leader>D <plug>(YCMHover)
" termdebug
" TODO: Detecet if termdebug is loaded, if not do the default action.