]> git.rmz.io Git - dotfiles.git/blob - vim/ftplugin/python.vim
vim: use ycm goto in python files
[dotfiles.git] / vim / ftplugin / python.vim
1 setlocal foldlevelstart=1 " at least show content of classes
2
3 nnoremap <buffer> gd :YcmCompleter GoTo<CR>
4 nnoremap <buffer> <C-W>d :vs<CR>:YcmCompleter GoTo<CR>