HallerPatrick / py_lsp.nvim

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

Fix PyLspActivateVenv and PyLspCreateVenv commands #15

Closed JManch closed 1 year ago

JManch commented 1 year ago

Previously both commands would give errors when used with a venv name argument.

HallerPatrick commented 1 year ago

Thank you for the contribution!