aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-20 11:16:21 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-20 11:16:21 +0100
commitffc5d399d1eda13b3271f0b1b20da019849ac970 (patch)
tree66f3358bb7944a60705b9c6d8dca03b0f2377840 /vim
parente71652010e921147ccafa057bf5048f7d7252070 (diff)
formatting only
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"