diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2021-11-19 05:09:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-18 23:09:58 -0500 |
| commit | 6c47af495cb30c12e58c87f829c5daa65958cc67 (patch) | |
| tree | 09b1b9d63604237d3e9dbc6e44dcfdbb57be9a20 | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-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
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |
