Unnamed repository; edit this file 'description' to name the repository.
Add note
| -rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 4ac3bf854a..8bc11fd481 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -378,6 +378,8 @@ lspconfig.rust_analyzer.setup({ }) ---- +Note that the hints are only visible after `rust-analyzer` has finished loading **and** you have to edit the file to trigger a re-render. + See https://sharksforarms.dev/posts/neovim-rust/ for more tips on getting started. Check out https://github.com/mrcjkb/rustaceanvim for a batteries included rust-analyzer setup for Neovim. |