roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Third-party python packages completion in virtualenv #113

Closed doodleEsc closed 7 years ago

doodleEsc commented 7 years ago

I find that NCM does not support third-party packages when it's in virtualenv.

Environment: Ubuntu 16.04

Installed Plugins: Plug 'roxma/nvim-completion-manager' Plug 'Shougo/neosnippet' Plug 'Shougo/neosnippet-snippets'

Installed Packages: neovim,jedi (both in system python2 and python3)

1.It works fine and show third-party packages when using python3 in system.

2.When I create a virtualenv(python3),getting into it and install neovim ,jedi. It works fine,and show third-party packages in virtualenv

3.When I create a virtualenv(python2), install neovim ,jedi and get into it. It does not show third-party packages in virtualenv, only show thoes in system python3 environment.

In short, NCM does not support third-party completion in python2 virtualenv now.

Thanks.

roxma commented 7 years ago

Please test the newest version of NCM.

doodleEsc commented 7 years ago

It works ! Thanks!