From: Samir Benmendil Date: Tue, 23 Aug 2016 07:43:46 +0000 (+0100) Subject: vim: use ycm goto in python files X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f4edf8f985e48b2cdf3c538c2dab951d6fe405fd?hp=0cb2444e9d2745c7ca4c9bcd7c2ea5e1f11ff9f7 vim: use ycm goto in python files --- diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index 0a46519..5b5277e 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -1 +1,4 @@ setlocal foldlevelstart=1 " at least show content of classes + +nnoremap gd :YcmCompleter GoTo +nnoremap d :vs:YcmCompleter GoTo