We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7f600 commit 918486dCopy full SHA for 918486d
src/building/suggested.md
@@ -85,7 +85,7 @@ and copy the settings from [`src/etc/rust_analyzer_settings.json`].
85
Another way is without a plugin, and creating your own logic in your configuration. To do this you
86
must translate the JSON to Lua yourself. The translation is 1:1 and fairly straight-forward. It
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)
+[shown here](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#rust_analyzer).
89
90
If you would like to use the build task that is described above, you may either make your own
91
command in your config, or you can install a plugin such as
0 commit comments