From f4edf8f985e48b2cdf3c538c2dab951d6fe405fd Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 23 Aug 2016 08:43:46 +0100 Subject: [PATCH] vim: use ycm goto in python files --- vim/ftplugin/python.vim | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.48.1