mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
Fix typo on 'configuration' anchor
https://rust-analyzer.github.io/manual.html#_configuration lands you at the start of the page, while https://rust-analyzer.github.io/manual.html#configuration correctly puts you at the correct anchor
This commit is contained in:
parent
38fa47fd79
commit
ebbc5492f5
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ if executable('rust-analyzer')
|
|||
endif
|
||||
----
|
||||
|
||||
There is no dedicated UI for the server configuration, so you would need to send any options as a value of the `initialization_options` field, as described in the <<_configuration,Configuration>> section.
|
||||
There is no dedicated UI for the server configuration, so you would need to send any options as a value of the `initialization_options` field, as described in the <<configuration,Configuration>> section.
|
||||
Here is an example of how to enable the proc-macro support:
|
||||
|
||||
[source,vim]
|
||||
|
|
Loading…
Reference in a new issue