HallerPatrick / py_lsp.nvim

Lsp Plugin for working with Python virtual environments
97 stars 11 forks source link

Notify, pylsp and other stuff #34

Closed Mte90 closed 6 months ago

Mte90 commented 6 months ago

So with this change:

I will look on how to define the plugins to enable for pylsp as there is no option right now.

Mte90 commented 6 months ago

Now there is another parameter to set the pylsp plugins

HallerPatrick commented 6 months ago

Checked it out and works great. Thank you!

Mte90 commented 6 months ago

So right now it uses pylsp from the global installation but the plugins installed in the venv are ignored. Probably the only solution is to install pylsp server on venv and point the cmd to that.