aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFymyte <34305318+Fymyte@users.noreply.github.com>2021-12-08 00:48:06 +0100
committerGitHub <noreply@github.com>2021-12-08 00:48:06 +0100
commitfecd93079da2fa5c278d5f11e681872e0406b37e (patch)
tree8c9ae6e2cc0f9c1f87e0bfeb80fa6cf9a645c503 /README.md
parentinitial healthcheck integration (#321) (diff)
downloadmason-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.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57f62be7..26098b3b 100644
--- a/README.md
+++ b/README.md
@@ -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