Skip to content

Commit

Permalink
Auto merge of #13653 - VannTen:fix/doc-typo-vim-lsp, r=Veykril
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Nov 20, 2022
2 parents 75e1de8 + ebbc549 commit 2656297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2656297

Please sign in to comment.