diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | docs/user/readme.adoc | 4 |
2 files changed, 8 insertions, 4 deletions
@@ -27,9 +27,13 @@ If you want to **use** rust-analyzer's language server with your editor of | |||
27 | choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. It also contains some tips & tricks to help | 27 | choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. It also contains some tips & tricks to help |
28 | you be more productive when using rust-analyzer. | 28 | you be more productive when using rust-analyzer. |
29 | 29 | ||
30 | ## Getting in touch | 30 | ## Communication |
31 | 31 | ||
32 | We are on the rust-lang Zulip! | 32 | For usage and troubleshooting requests, please use "IDEs and Editors" category of the Rust forum: |
33 | |||
34 | https://users.rust-lang.org/c/ide/14 | ||
35 | |||
36 | For questions about development and implementation, join rls-2.0 working group on Zulip: | ||
33 | 37 | ||
34 | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0 | 38 | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0 |
35 | 39 | ||
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index 40ed54809..9539d326d 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -9,8 +9,6 @@ | |||
9 | :caution-caption: :fire: | 9 | :caution-caption: :fire: |
10 | :warning-caption: :warning: | 10 | :warning-caption: :warning: |
11 | 11 | ||
12 | |||
13 | |||
14 | // Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository | 12 | // Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository |
15 | 13 | ||
16 | At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time. | 14 | At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time. |
@@ -21,6 +19,8 @@ The LSP allows various code editors, like VS Code, Emacs or Vim, to implement se | |||
21 | To improve this document, send a pull request against | 19 | To improve this document, send a pull request against |
22 | https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file]. | 20 | https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file]. |
23 | 21 | ||
22 | If you have questions about using rust-analyzer, please ask them in the https://users.rust-lang.org/c/ide/14["`IDEs and Editors`"] topic of Rust users forum. | ||
23 | |||
24 | == Installation | 24 | == Installation |
25 | 25 | ||
26 | In theory, one should be able to just install the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>> and have it automatically work with any editor. | 26 | In theory, one should be able to just install the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>> and have it automatically work with any editor. |