Created
August 20, 2018 18:33
-
-
Save hanspinckaers/dfc1dac6ba09b23e5ee5ffb09fd1c3d4 to your computer and use it in GitHub Desktop.
Jedi-vim .vimrc settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Disable Jedi-vim autocompletion and enable call-signatures options | |
let g:jedi#auto_initialization = 1 | |
let g:jedi#completions_enabled = 0 | |
let g:jedi#auto_vim_configuration = 0 | |
let g:jedi#smart_auto_mappings = 0 | |
let g:jedi#popup_on_dot = 0 | |
let g:jedi#completions_command = "" | |
let g:jedi#show_call_signatures = "1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment