mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-05 03:14:16 +08:00
automatically start completion on typing a dot
This commit is contained in:
@@ -170,3 +170,7 @@ put that in your `.vimrc`:
|
||||
|
||||
let g:jedi#use_tabs_not_buffers = 1
|
||||
|
||||
Jedi automatically starts the completion, if you type a dot, e.g. `str.`, if
|
||||
you don't want this:
|
||||
|
||||
let g:jedi#popup_on_dot = 0
|
||||
|
||||
Reference in New Issue
Block a user