Skip to content

Instantly share code, notes, and snippets.

@hanspinckaers
Created August 20, 2018 18:33
Show Gist options
  • Save hanspinckaers/dfc1dac6ba09b23e5ee5ffb09fd1c3d4 to your computer and use it in GitHub Desktop.
Save hanspinckaers/dfc1dac6ba09b23e5ee5ffb09fd1c3d4 to your computer and use it in GitHub Desktop.
Jedi-vim .vimrc settings
" 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