X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8462c7e89a999aa04908a8d592149c485605f220..b47ffe60e244c9165f40371736079320ea2d848b:/vim/ftplugin/python.vim diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index 0a46519..83d8895 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -1 +1,7 @@ setlocal foldlevelstart=1 " at least show content of classes + +if exists("g:loaded_youcompleteme") + nnoremap gd :YcmCompleter GoTo + nnoremap d :vs:YcmCompleter GoTo + nnoremap gD :YcmCompleter GoToReferences +endif