X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/6ebca4c6aa50baf48713730099fa8d7dfe012cba..6d992efe5d8e98f16dc5882907ea9d8791b33e89:/vim/ftplugin/cpp.vim?ds=sidebyside diff --git a/vim/ftplugin/cpp.vim b/vim/ftplugin/cpp.vim index 78756f4..c76f79b 100644 --- a/vim/ftplugin/cpp.vim +++ b/vim/ftplugin/cpp.vim @@ -45,6 +45,9 @@ let g:switch_const_definitions = nnoremap c :call switch#Switch({'definitions': g:switch_const_definitions}) +" Disable ale as we use ycm +let b:ale_enabled = 0 + nnoremap gd :YcmCompleter GoTo nnoremap d :vs:YcmCompleter GoTo nnoremap gD :YcmCompleter GoToReferences