diff options
| author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-05-15 18:39:55 -0700 |
|---|---|---|
| committer | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-05-15 18:39:55 -0700 |
| commit | 869b302818f19ff83931b3520a0445b00596fd2e (patch) | |
| tree | 59117407d1a062e86b06f0b0f54ac60a3840c0e2 /lua | |
| parent | Merge pull request #892 from amiralies/add-rescript-config (diff) | |
| download | nvim-lspconfig-869b302818f19ff83931b3520a0445b00596fd2e.tar nvim-lspconfig-869b302818f19ff83931b3520a0445b00596fd2e.tar.gz nvim-lspconfig-869b302818f19ff83931b3520a0445b00596fd2e.tar.bz2 nvim-lspconfig-869b302818f19ff83931b3520a0445b00596fd2e.tar.lz nvim-lspconfig-869b302818f19ff83931b3520a0445b00596fd2e.tar.xz nvim-lspconfig-869b302818f19ff83931b3520a0445b00596fd2e.tar.zst nvim-lspconfig-869b302818f19ff83931b3520a0445b00596fd2e.zip | |
Clarify pyls & pylsp installation instructions
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/pyls.lua | 3 | ||||
| -rw-r--r-- | lua/lspconfig/pylsp.lua | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lua/lspconfig/pyls.lua b/lua/lspconfig/pyls.lua index fef0749d..5e3dc5a9 100644 --- a/lua/lspconfig/pyls.lua +++ b/lua/lspconfig/pyls.lua @@ -14,6 +14,9 @@ configs.pyls = { https://github.com/palantir/python-language-server `python-language-server`, a language server for Python. + +The language server can be installed via `pipx install 'python-language-server[all]'`. + ]]; default_config = { root_dir = "vim's starting directory"; diff --git a/lua/lspconfig/pylsp.lua b/lua/lspconfig/pylsp.lua index 6153becd..f46c9052 100644 --- a/lua/lspconfig/pylsp.lua +++ b/lua/lspconfig/pylsp.lua @@ -24,7 +24,7 @@ https://github.com/python-lsp/python-lsp-server A Python 3.6+ implementation of the Language Server Protocol. -The language server has to be installed separately for example by `pipx install python-lsp-server`. +The language server can be installed via `pipx install 'python-lsp-server[all]'`. Further instructions can be found in the [project's README](https://github.com/python-lsp/python-lsp-server). Note: This is a community fork of `pyls`. |
