diff options
| author | Fymyte <34305318+Fymyte@users.noreply.github.com> | 2021-12-08 00:48:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-08 00:48:06 +0100 |
| commit | fecd93079da2fa5c278d5f11e681872e0406b37e (patch) | |
| tree | 8c9ae6e2cc0f9c1f87e0bfeb80fa6cf9a645c503 /README.md | |
| parent | initial healthcheck integration (#321) (diff) | |
| download | mason-fecd93079da2fa5c278d5f11e681872e0406b37e.tar mason-fecd93079da2fa5c278d5f11e681872e0406b37e.tar.gz mason-fecd93079da2fa5c278d5f11e681872e0406b37e.tar.bz2 mason-fecd93079da2fa5c278d5f11e681872e0406b37e.tar.lz mason-fecd93079da2fa5c278d5f11e681872e0406b37e.tar.xz mason-fecd93079da2fa5c278d5f11e681872e0406b37e.tar.zst mason-fecd93079da2fa5c278d5f11e681872e0406b37e.zip | |
add :PylspInstall command for managing 3rd party pylsp plugins (#318)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -198,7 +198,7 @@ lsp_installer.settings({ | Puppet | `puppet` | | PureScript | `purescriptls` | | Python | `jedi_language_server` | -| Python | `pylsp` | +| Python [(docs)][pylsp] | `pylsp` | | Python | `pyright` | | ReScript | `rescriptls` | | Rome | `rome` | @@ -226,6 +226,7 @@ lsp_installer.settings({ [eslint]: ./lua/nvim-lsp-installer/servers/eslint/README.md [tflint]: ./lua/nvim-lsp-installer/servers/tflint/README.md [tsserver]: ./lua/nvim-lsp-installer/servers/tsserver/README.md +[pylsp]: ./lua/nvim-lsp-installer/servers/pylsp/README.md ## Custom servers |
