Skip to content

Commit 918486d

Browse files
authored
missing char (rust-lang#2047)
1 parent cd7f600 commit 918486d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/suggested.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ and copy the settings from [`src/etc/rust_analyzer_settings.json`].
8585
Another way is without a plugin, and creating your own logic in your configuration. To do this you
8686
must translate the JSON to Lua yourself. The translation is 1:1 and fairly straight-forward. It
8787
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).
8989

9090
If you would like to use the build task that is described above, you may either make your own
9191
command in your config, or you can install a plugin such as

0 commit comments

Comments
 (0)