Skip to content

Commit

Permalink
docs(readme): stress that configs are community-maintained (neovim#1440)
Browse files Browse the repository at this point in the history
Also suggest helping test PRs with `needs-testing` label
  • Loading branch information
clason authored Nov 19, 2021
1 parent 1db6fca commit 6c47af4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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.

0 comments on commit 6c47af4

Please sign in to comment.