Guest User

Untitled

a guest
Aug 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. " Disable Jedi-vim autocompletion and enable call-signatures options
  2. let g:jedi#auto_initialization = 1
  3. let g:jedi#completions_enabled = 0
  4. let g:jedi#auto_vim_configuration = 0
  5. let g:jedi#smart_auto_mappings = 0
  6. let g:jedi#popup_on_dot = 0
  7. let g:jedi#completions_command = ""
  8. let g:jedi#show_call_signatures = "1"
Add Comment
Please, Sign In to add comment