-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
close #7
- Loading branch information
Showing
3 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# ncm2-jedi | ||
|
||
Python completion for ncm2 via the greate | ||
[jedi](https://github.com/davidhalter/jedi) library. | ||
|
||
## Config | ||
|
||
### `g:ncm2_jedi#python_version` | ||
|
||
Defaults to 3. | ||
|
||
If set to `2`, the jedi completion process is started with the python | ||
specified by `:help g:python_host_prog`. | ||
|
||
If set to `3`, the jedi completion process is started with the python | ||
specified by `:help g:python3_host_prog`. | ||
|
||
### `g:ncm2_jedi#environment` | ||
|
||
When you have virtualenv, you could set this variable to the python executable | ||
of your virtualenv. | ||
|
||
Read | ||
[jedi-environments](https://jedi.readthedocs.io/en/latest/docs/api.html#environments) | ||
for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters