HallerPatrick / py_lsp.nvim

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

Check if LSP installed on Venv #35

Closed Mte90 closed 6 months ago

Mte90 commented 6 months ago

With this change automatically check also if the LSP is available in the Venv itself, in this way pylsp works. I updated the readme also with information about the plugin integrated.

Tested and finally everything is working.