localcfg/plugins/jedi_vim.vim

Enforce vim script implementation to reduce ambiguities and improve robustness:

scriptversion 4

I like my 'completeopt' settings to be language independent:

const g:jedi#auto_vim_configuration = v:false

Split “go to” windows to bottom:

const g:jedi#use_splits_not_buffers = 'bottom'

I never use Python 2 now:

const g:jedi#force_py_version=3

I find vim-clevertab performs exactly how I want:

const g:jedi#completions_enabled = v:false