All Projects → ncm2 → ncm2-jedi

ncm2 / ncm2-jedi

Licence: MIT License
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language
Vim Script
2826 projects

Projects that are alternatives of or similar to ncm2-jedi

ncm2-bufword
completion words from current buffer
Stars: ✭ 22 (-8.33%)
Mutual labels:  ncm2-plugin, ncm2-source
ncm2-pyclang
Cached, fast C/C++ completion for ncm2
Stars: ✭ 47 (+95.83%)
Mutual labels:  ncm2-plugin, ncm2-source
ncm2-path
No description or website provided.
Stars: ✭ 22 (-8.33%)
Mutual labels:  ncm2-plugin, ncm2-source
async-clj-omni
Async Clojure Completion for various (n)vim completion engines
Stars: ✭ 51 (+112.5%)
Mutual labels:  ncm2-source
ncm2-ultisnips
No description or website provided.
Stars: ✭ 46 (+91.67%)
Mutual labels:  ncm2-plugin
ncm2-otherbuf
ncm2 plugin for completing words in other buffers
Stars: ✭ 19 (-20.83%)
Mutual labels:  ncm2-source

ncm2-jedi

Python completion for ncm2 via the great 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 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 for more information.

g:ncm2_jedi#call_sig_hint

Defaults to 1

Set it to 0 to disable function argument hint

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].