diff options
| author | black-desk <clx814727823@gmail.com> | 2022-04-27 22:49:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 07:49:40 -0700 |
| commit | 86df1c83ec69e5bbcde48de74c440b71a629b2f6 (patch) | |
| tree | c1b8cc3f86a9cc041197405ca5c38307d84ac99a /README.md | |
| parent | fix(eslint): add missing root_pattern (#1869) (diff) | |
| download | nvim-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
