I am using the pyright LSP in neovim (0.5). It works, but seems to only pick up on packages available in the standard python installation. It does not autocomplete for packages not in the base python, but in my pyenv environment. In VSCode this is quite easily done by selecting the interpreter.
How can I set the virtual environment or pyenv version to be used by Pyright LSP in Neovim?
2.1m questions
2.1m answers
60 comments
57.0k users