aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-05-07 15:19:53 -0700
committerGitHub <noreply@github.com>2021-05-07 15:19:53 -0700
commit0a921bf2be74d293c8a8d6dd70122c1d01151a30 (patch)
tree16d904ef962787cff3b357f84920b32eb0dadbfa /lua
parentMerge pull request #883 from weeman1337/feature-pylsp (diff)
parentremove pylsp default_config doc (diff)
downloadnvim-lspconfig-0a921bf2be74d293c8a8d6dd70122c1d01151a30.tar
nvim-lspconfig-0a921bf2be74d293c8a8d6dd70122c1d01151a30.tar.gz
nvim-lspconfig-0a921bf2be74d293c8a8d6dd70122c1d01151a30.tar.bz2
nvim-lspconfig-0a921bf2be74d293c8a8d6dd70122c1d01151a30.tar.lz
nvim-lspconfig-0a921bf2be74d293c8a8d6dd70122c1d01151a30.tar.xz
nvim-lspconfig-0a921bf2be74d293c8a8d6dd70122c1d01151a30.tar.zst
nvim-lspconfig-0a921bf2be74d293c8a8d6dd70122c1d01151a30.zip
Merge pull request #889 from weeman1337/fix-pylsp-doc
Remove pylsp default_config doc
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