roxma / nvim-completion-manager

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

Working in virtualenv #42

Closed imbolc closed 7 years ago

imbolc commented 7 years ago

Thanks, I really like NCM. But when I'm working in virtualenv NCM works only if neovim installed in this virtualenv. Deoplete bypasses this problem somehow.

roxma commented 7 years ago

Maybe you need this plugin, it automatically setup a standalone virtualenv for your neovim ,

https://github.com/roxma/python-support.nvim

roxma commented 7 years ago

In case you don't want a plugin for this, you should read this wiki: https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim

NCM respects the value of your g:python3_host_prog too.

roxma commented 7 years ago

I'm closing this, since this is neither a but nor a feature request. I'll reopen it if things turns otherewise.