aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 422fc00..0354866 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -71,6 +71,7 @@ call plug#end()
" easycomplete
let g:easycomplete_tab_trigger="<c-space>"
+" jedi-vim
let g:jedi#goto_command = "<leader>d"
let g:jedi#goto_assignments_command = "<leader>g"
let g:jedi#goto_stubs_command = "<leader>s"