aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorblack-desk <clx814727823@gmail.com>2022-04-27 22:49:40 +0800
committerGitHub <noreply@github.com>2022-04-27 07:49:40 -0700
commit86df1c83ec69e5bbcde48de74c440b71a629b2f6 (patch)
treec1b8cc3f86a9cc041197405ca5c38307d84ac99a /README.md
parentfix(eslint): add missing root_pattern (#1869) (diff)
downloadnvim-lspconfig-86df1c83ec69e5bbcde48de74c440b71a629b2f6.tar
nvim-lspconfig-86df1c83ec69e5bbcde48de74c440b71a629b2f6.tar.gz
nvim-lspconfig-86df1c83ec69e5bbcde48de74c440b71a629b2f6.tar.bz2
nvim-lspconfig-86df1c83ec69e5bbcde48de74c440b71a629b2f6.tar.lz
nvim-lspconfig-86df1c83ec69e5bbcde48de74c440b71a629b2f6.tar.xz
nvim-lspconfig-86df1c83ec69e5bbcde48de74c440b71a629b2f6.tar.zst
nvim-lspconfig-86df1c83ec69e5bbcde48de74c440b71a629b2f6.zip
docs: update readme
* Fix typo * Update chat room to point to matrix Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 00183e61..48e6cb72 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,6 @@ a new configuration for it would be appreciated. You can follow these steps:
to get started. Most configs are simple. For an extensive example see
[texlab.lua](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/texlab.lua).
-3. Ask questions on our [Discourse](https://neovim.discourse.group/c/7-category/7) or in the [Neovim Gitter](https://gitter.im/neovim/neovim).
+3. Ask questions on our [Discourse](https://neovim.discourse.group/c/7-category/7) or in the [Neovim Matrix room](https://app.element.io/#/room/#neovim:matrix.org).
-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.
+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.