palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 281 forks source link

Virtual Environment #924

Closed cwittlinger closed 3 years ago

cwittlinger commented 3 years ago

Currently I use this language server von Neovim and I am bit confused as to where to install this. Currently I install it in the virtual environment and activate it, then I start Neovim. This seems quite tedious and I believe it is simpler if I could install the language server globally and just tell it which virtual enviroment to use.

Is there a way how to do this?