Replies: 1 comment
-
I have no idea about neovim, but can you see logs from the server? Here's a setup that should work across all clients: set the environment variables |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With NeoVim v0.11, my code isn't formatted on save any more. If I run
cargo +nightly fmt
from the command line, the format runs just fine so I don't think it's my.rustfmt.toml
(but I've included it for good measure).From the lsp info screen, I see my configuration that tried to use the
+nightly
toolchain, and my other settings. I tried to look at the various neovim logs, but they yielded nothing.I'm just not sure why format on save is no longer triggering.
Environment
nvim --version
rust-analyzer --version
rust-analyzer 0.3.2362-standalone (fb133c8c80 2025-03-29)
.rustfmt.toml
LspConfig
LspInfo
Beta Was this translation helpful? Give feedback.
All reactions