Skip to content

Commit a507102

Browse files
authored
Fixed links to rust-analyzer configs for Emacs and Helix (#2087)
1 parent 6bd436a commit a507102

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/building/suggested.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ through [Eglot](https://www.gnu.org/software/emacs/manual/html_node/eglot/).
112112
Steps for setting up Eglot with rust-analyzer can be [found
113113
here](https://rust-analyzer.github.io/manual.html#eglot).
114114
Having set up Emacs & Eglot for Rust development in general, you can use the
115-
configuration for rustc provided in [`src/etc/rust_analyzer_eglot.el`].
115+
configuration for rustc provided in [`src/etc/rust_analyzer_eglot.el`](
116+
https://github.com/rust-lang/rust/blob/master/src/etc/rust_analyzer_eglot.el).
116117
Simply copy the provided file to `.dir-locals.el` in the project root directory.
117118
For more information on project-specific Eglot configuration, consult [the
118119
manual](https://www.gnu.org/software/emacs/manual/html_node/eglot/Project_002dspecific-configuration.html).
@@ -123,7 +124,7 @@ Helix comes with built-in LSP and rust-analyzer support.
123124
It can be configured through `languages.toml`, as described
124125
[here](https://docs.helix-editor.com/languages.html).
125126
You can use the configuration for rustc provided in
126-
[`src/etc/rust_analyzer_helix.toml`].
127+
[`src/etc/rust_analyzer_helix.toml`](https://github.com/rust-lang/rust/blob/master/src/etc/rust_analyzer_helix.toml).
127128
Simply copy the provided file to `.helix/languages.toml` in the project root
128129
directory.
129130

0 commit comments

Comments
 (0)