Replies: 3 comments 26 replies
-
Hey 👋 Please don't check the checkboxes without reading them. Converting to a Q&A discussion, as this is a LazyVim issue, not a rustaceanvim bug. I don't have the capacity to support all the Neovim distributions out there, so I can only suggest the following:
Edit: Your
|
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
This just happened to me I would like to add to procedure that checks if everything is ok before playing with any rustaceanvim option: In my case, for some reason, I run : It took me 3 hours to find the PKG_CONFIG_PATH was not set in any tmux session I reopened and that is why clippy was failing and no diagnostic were shown but it was working fine outside of those sessions. |
Beta Was this translation helpful? Give feedback.
-
Have you read the docs and searched existing issues?
Neovim version (nvim -v)
10
Operating system/version
Ubuntu
Output of :checkhealth rustaceanvim
How to reproduce the issue
Open my neovim :)
Expected behaviour
Diagnogstics should show
Actual behaviour
After upgrading lazyvim no helpful diagnogstics other than missing semicolon etc is shown.
I'm not sure, but I think lazyvim just recently began to use this plugin, as after some digging I found that it completely ignored my custom rust_analyzer lsp setup.
I know have a complete replica up this setup, as described on lazyvims website.
https://www.lazyvim.org/extras/lang/rust
Everything works, except diagnogstics. I simply get the message "no diagnogstics found".
The minimal config used to reproduce this issue.
Beta Was this translation helpful? Give feedback.
All reactions