File tree 1 file changed +1
-1
lines changed
src/doc/rustc-dev-guide/src/building 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ and copy the settings from [`src/etc/rust_analyzer_settings.json`].
85
85
Another way is without a plugin, and creating your own logic in your configuration. To do this you
86
86
must translate the JSON to Lua yourself. The translation is 1:1 and fairly straight-forward. It
87
87
must be put in the ` ["rust-analyzer"] ` key of the setup table, which is
88
- [ shown here] ( https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rust_analyzer )
88
+ [ shown here] ( https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rust_analyzer ) .
89
89
90
90
If you would like to use the build task that is described above, you may either make your own
91
91
command in your config, or you can install a plugin such as
You can’t perform that action at this time.
0 commit comments