aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2021-11-19 05:09:58 +0100
committerGitHub <noreply@github.com>2021-11-18 23:09:58 -0500
commit6c47af495cb30c12e58c87f829c5daa65958cc67 (patch)
tree09b1b9d63604237d3e9dbc6e44dcfdbb57be9a20 /README.md
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-6c47af495cb30c12e58c87f829c5daa65958cc67.tar
nvim-lspconfig-6c47af495cb30c12e58c87f829c5daa65958cc67.tar.gz
nvim-lspconfig-6c47af495cb30c12e58c87f829c5daa65958cc67.tar.bz2
nvim-lspconfig-6c47af495cb30c12e58c87f829c5daa65958cc67.tar.lz
nvim-lspconfig-6c47af495cb30c12e58c87f829c5daa65958cc67.tar.xz
nvim-lspconfig-6c47af495cb30c12e58c87f829c5daa65958cc67.tar.zst
nvim-lspconfig-6c47af495cb30c12e58c87f829c5daa65958cc67.zip
docs(readme): stress that configs are community-maintained (#1440)
Also suggest helping test PRs with `needs-testing` label
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index b19a8433..3ef82774 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
A [collection of common configurations](doc/server_configurations.md) for Neovim's built-in [language server client](https://neovim.io/doc/user/lsp.html).
-This plugin allows for declaratively configuring, launching, and initializing language servers you have installed on your system. Language server configurations are community-maintained.
+This plugin allows for declaratively configuring, launching, and initializing language servers you have installed on your system.
+** Disclaimer: Language server configurations are provided on a best-effort basis and are community-maintained. See (#contributions).**
`lspconfig` has extensive help documentation, see `:help lspconfig`.
@@ -208,3 +209,5 @@ a new configuration for it would be appreciated. You can follow these steps:
[texlab.lua](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/texlab.lua).
4. Ask questions on our [Discourse](https://neovim.discourse.group/c/7-category/7) or in the [Neovim Gitter](https://gitter.im/neovim/neovim).
+
+You can also help out by testing [PRs with the `needs-testing`](https://github.com/neovim/nvim-lspconfig/issues?q=is%3Apr+is%3Aopen+label%3Aneeds-testing) label) that affect language servers you use regularly.