roxma / python-support.nvim

[DEPRECATED] use a single command :PythonSupportInit to initialize python support for neovim.
25 stars 10 forks source link

What are the best practices when using this? #12

Closed partounian closed 6 years ago

partounian commented 6 years ago

I am having issues when I set these

let g:python_support_python2_venv = 0
let g:python_support_python3_venv = 0

I imagine it would be best use local versions then if it's not there check the global packages/neovim venv for packages/python versions?

Sorry I am bit confused on how to use this the right way.

partounian commented 6 years ago

It doesn't seem to work anymore