Describe the environment_path option properly

This commit is contained in:
Dave Halter
2020-07-30 18:16:35 +02:00
parent c4fc2cde8c
commit 2949389be4
3 changed files with 19 additions and 5 deletions
+5
View File
@@ -208,6 +208,11 @@ get more information. If you set them to ``""``, they are not assigned.
let g:jedi#completions_command = "<C-Space>"
let g:jedi#rename_command = "<leader>r"
A few examples of setting up your project:
.. code-block:: vim
let g:jedi#environment_path = "<leader>d"
Finally, if you don't want completion, but all the other features, use: