From 6ebca4c6aa50baf48713730099fa8d7dfe012cba Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 26 Sep 2020 18:43:05 +0100 Subject: [PATCH] vim/cpp: FixIt mapping --- vim/ftplugin/cpp.vim | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.48.1