Skip to content

Commit 2656297

Browse files
committed
Auto merge of #13653 - VannTen:fix/doc-typo-vim-lsp, r=Veykril
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
2 parents 75e1de8 + ebbc549 commit 2656297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/manual.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ if executable('rust-analyzer')
367367
endif
368368
----
369369

370-
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.
370+
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.
371371
Here is an example of how to enable the proc-macro support:
372372

373373
[source,vim]

0 commit comments

Comments
 (0)