aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2021-05-07 17:38:16 +0200
committerMichael Weimann <mail@michael-weimann.eu>2021-05-07 17:42:00 +0200
commit7a3e0d19c0d6169b1d2bc714af0dcd9938fadfb9 (patch)
tree16d904ef962787cff3b357f84920b32eb0dadbfa /lua
parentMerge pull request #883 from weeman1337/feature-pylsp (diff)
downloadnvim-lspconfig-7a3e0d19c0d6169b1d2bc714af0dcd9938fadfb9.tar
nvim-lspconfig-7a3e0d19c0d6169b1d2bc714af0dcd9938fadfb9.tar.gz
nvim-lspconfig-7a3e0d19c0d6169b1d2bc714af0dcd9938fadfb9.tar.bz2
nvim-lspconfig-7a3e0d19c0d6169b1d2bc714af0dcd9938fadfb9.tar.lz
nvim-lspconfig-7a3e0d19c0d6169b1d2bc714af0dcd9938fadfb9.tar.xz
nvim-lspconfig-7a3e0d19c0d6169b1d2bc714af0dcd9938fadfb9.tar.zst
nvim-lspconfig-7a3e0d19c0d6169b1d2bc714af0dcd9938fadfb9.zip
remove pylsp default_config doc
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/pylsp.lua5
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