File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/tools/rust-analyzer/docs/book/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
** Source:**
4
4
[ config.rs] ( https://github.com/rust-lang/rust-analyzer/blob/master/crates/rust-analyzer/src/config.rs )
5
5
6
- The [ Installation] ( #_installation ) section contains details on
6
+ The [ Installation] ( ./installation.md ) section contains details on
7
7
configuration for some of the editors. In general ` rust-analyzer ` is
8
8
configured via LSP messages, which means that it’s up to the editor to
9
9
decide on the exact format and location of configuration files.
10
10
11
- Some clients, such as [ VS Code] ( #vs-code ) or [ COC plugin in
12
- Vim] ( #coc-rust-analyzer ) provide ` rust-analyzer ` specific configuration
11
+ Some clients, such as [ VS Code] ( ./vs_code.md ) or [ COC plugin in
12
+ Vim] ( ./other_editors.md #coc-rust-analyzer) provide ` rust-analyzer ` specific configuration
13
13
UIs. Others may require you to know a bit more about the interaction
14
14
with ` rust-analyzer ` .
15
15
You can’t perform that action at this time.
0 commit comments