vim/after/ftplugin/cpp.vim

3 lines
79 B
VimL

" Map K to get YouCompleteMe documentation
nnoremap K :YcmCompleter GetDoc<CR>