Disable smart_auto_mappings by default

Ref: https://github.com/davidhalter/jedi-vim/issues/568
This commit is contained in:
Daniel Hahler
2019-03-28 13:34:26 +01:00
committed by Dave Halter
parent f26b2a8802
commit 914754a04e
3 changed files with 33 additions and 14 deletions

View File

@@ -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
\ }