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

@@ -518,6 +518,14 @@ Both setting the directory and setting a project is working.
Examples: "/usr/bin/python3.9", "venv", "../venv", "../venv/bin/python"
Default: "auto"
------------------------------------------------------------------------------
6.15. `g:jedi#added_sys_path` *g:jedi#added_sys_path*
To add extra sys_path.
Examples: ["../site-packages"]
Default: []
==============================================================================
7. Testing *jedi-vim-testing*