diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/pylsp.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/lspconfig/pylsp.lua b/lua/lspconfig/pylsp.lua index d98ff432..6153becd 100644 --- a/lua/lspconfig/pylsp.lua +++ b/lua/lspconfig/pylsp.lua @@ -27,11 +27,8 @@ 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`. Further instructions can be found in the [project's README](https://github.com/python-lsp/python-lsp-server). -Note: This is a community for of `pyls`. +Note: This is a community fork of `pyls`. ]]; - default_config = { - root_dir = "vim's starting directory"; - }; }; }; -- vim:et ts=2 sw=2 |
