mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
add autocompletion_command default -> fixes #51
This commit is contained in:
@@ -24,6 +24,7 @@ let s:settings = {
|
||||
\ 'auto_initialization': 1,
|
||||
\ 'auto_vim_configuration': 1,
|
||||
\ 'goto_command': "'<leader>g'",
|
||||
\ 'autocompletion_command': "'<C-Space>'",
|
||||
\ 'get_definition_command': "'<leader>d'",
|
||||
\ 'related_names_command': "'<leader>n'",
|
||||
\ 'rename_command': "'<leader>r'",
|
||||
|
||||
Reference in New Issue
Block a user