Skip to content

ncm2/ncm2-jedi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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