X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2ac3dd17aecef02e56881d96dfa46bb4cb4b7832..6ebca4c6aa50baf48713730099fa8d7dfe012cba:/vim/ftplugin/cpp.vim diff --git a/vim/ftplugin/cpp.vim b/vim/ftplugin/cpp.vim index a3846a8..78756f4 100644 --- a/vim/ftplugin/cpp.vim +++ b/vim/ftplugin/cpp.vim @@ -49,6 +49,8 @@ nnoremap gd :YcmCompleter GoTo nnoremap d :vs:YcmCompleter GoTo nnoremap gD :YcmCompleter GoToReferences +nnoremap fi :YcmCompleter FixIt + " format with = call operator#user#define_ex_command('ycmcompleter-format', 'YcmCompleter Format') map = (operator-ycmcompleter-format)