mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Select first line of completion popup. Improves typing flow and saves one keypress.
This commit is contained in:
@@ -34,7 +34,8 @@ let s:settings = {
|
||||
\ 'pydoc': "'K'",
|
||||
\ 'show_function_definition': 1,
|
||||
\ 'function_definition_escape': "'≡'",
|
||||
\ 'auto_close_doc': 1
|
||||
\ 'auto_close_doc': 1,
|
||||
\ 'popup_select_first': 1
|
||||
\ }
|
||||
|
||||
for [key, val] in items(s:settings)
|
||||
|
||||
Reference in New Issue
Block a user