prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.07k stars 303 forks source link

[Feature request] Install `python-lsp-ruff` plugin with `:LspInstallServer` #1549

Open zldrobit opened 3 months ago

zldrobit commented 3 months ago

After executing :LspInstallServer, pylsp-all is installed in a virtual env. I have to manually find the path of this virtual env when installing python-lsp-ruff plugin. Is it possible to add an LSP server just using :LspInstallServer python-lsp-ruff to install python-lsp-ruff, so users won't bother to search the path?