diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-20 11:16:21 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-20 11:16:21 +0100 |
commit | ffc5d399d1eda13b3271f0b1b20da019849ac970 (patch) | |
tree | 66f3358bb7944a60705b9c6d8dca03b0f2377840 /vim/vimrc | |
parent | e71652010e921147ccafa057bf5048f7d7252070 (diff) |
formatting only
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |