environment_path needs to be defined properly

This commit is contained in:
Dave Halter
2020-07-30 18:37:27 +02:00
parent 2949389be4
commit 104d817f0c
2 changed files with 4 additions and 3 deletions

View File

@@ -35,6 +35,8 @@ let s:default_settings = {
\ 'popup_select_first': 1,
\ 'quickfix_window_height': 10,
\ 'force_py_version': "'auto'",
\ 'environment_path': "'auto'",
\ 'project_path': "'auto'",
\ 'smart_auto_mappings': 0,
\ 'use_tag_stack': 1
\ }