X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e6d5147da6f767381cd075cd411ebd80bd43e476..a975a3a64e3e421dbdf28aedf0a99f17c6b81753:/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