File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ through [Eglot](https://www.gnu.org/software/emacs/manual/html_node/eglot/).
112
112
Steps for setting up Eglot with rust-analyzer can be [ found
113
113
here] ( https://rust-analyzer.github.io/manual.html#eglot ) .
114
114
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 ).
116
117
Simply copy the provided file to ` .dir-locals.el ` in the project root directory.
117
118
For more information on project-specific Eglot configuration, consult [ the
118
119
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.
123
124
It can be configured through ` languages.toml ` , as described
124
125
[ here] ( https://docs.helix-editor.com/languages.html ) .
125
126
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 ) .
127
128
Simply copy the provided file to ` .helix/languages.toml ` in the project root
128
129
directory.
129
130
You can’t perform that action at this time.
0 commit comments