Support adding extra sys_path

This commit is contained in:
Seung-Chan Ahn
2021-03-15 14:36:20 +09:00
parent 088469a8ee
commit ff9a0afbda
4 changed files with 14 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ let s:default_settings = {
\ 'quickfix_window_height': 10,
\ 'force_py_version': "'auto'",
\ 'environment_path': "'auto'",
\ 'added_sys_path': "'[]'",
\ 'project_path': "'auto'",
\ 'smart_auto_mappings': 0,
\ 'use_tag_stack': 1