mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-02-19 23:18:28 +08:00
Disable smart_auto_mappings by default
Ref: https://github.com/davidhalter/jedi-vim/issues/568
This commit is contained in:
committed by
Dave Halter
parent
f26b2a8802
commit
914754a04e
@@ -34,7 +34,7 @@ let s:default_settings = {
|
||||
\ 'popup_select_first': 1,
|
||||
\ 'quickfix_window_height': 10,
|
||||
\ 'force_py_version': "'auto'",
|
||||
\ 'smart_auto_mappings': 1,
|
||||
\ 'smart_auto_mappings': 0,
|
||||
\ 'use_tag_stack': 1
|
||||
\ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user