Skip to content

Commit

Permalink
.vim/local/python-prefs.vim: Add settings to improve performance in i…
Browse files Browse the repository at this point in the history
…nsert mode.

See these GitHub issues:
davidhalter/jedi#34
davidhalter/jedi-vim#217
  • Loading branch information
jkoelndorfer committed Jan 18, 2015
1 parent 4da3bd5 commit 6bfc3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vim/local/python-prefs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ endfunction
autocmd FileType python call PythonSettings()
autocmd FileType python IndentGuidesEnable

let g:jedi#show_call_signatures = 0
let g:jedi#show_function_definition = 0
let g:jedi#popup_on_dot = 0
let g:jedi#popup_select_first = 0
let g:jedi#auto_close_doc = 0
Expand Down

0 comments on commit 6bfc3e6

Please sign in to comment.