# ncm2-jedi **Repository Path**: smnpc/ncm2-jedi ## Basic Information - **Project Name**: ncm2-jedi - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-18 - **Last Updated**: 2021-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ncm2-jedi Python completion for ncm2 via the great [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` Read [jedi-environments](https://jedi.readthedocs.io/en/latest/docs/api.html#environments) for more information. If this option is not set, ncm2-jedi uses the following priority scheme: - `$VIRTUAL_ENV` -> `jedi.get_default_environment` - `$CONDA_PREFIX` - `jedi.get_default_environment` ### `g:ncm2_jedi#settings` Defaults to `{}`. Read [jedi-settings](https://jedi.readthedocs.io/en/latest/docs/settings.html) for more information. ### `g:ncm2_jedi#call_sig_hint` Defaults to `1` Set it to 0 [to disable function argument hint](https://github.com/ncm2/ncm2/issues/190)