I get no diagnostics at all #92
Replies: 2 comments 6 replies
-
|
Can you run Are you by any chance on a recent nightly of neovim? I noticed that in the last two weeks, nightly doesn't receive notifications for diagnostics even if bacon-ls sent them, and I haven't had time to figure out what's going on and I switched to the latest stable for the time being. |
Beta Was this translation helpful? Give feedback.
-
|
I also have the same problem, the default '--all-features / --all-targets' makes cargo try to compile code that is not compilable on my machine. Modifying the init_options works, and actually the name of the option is However I think it should be a setting like cago.features or cargo.buildScripts.enable are for rust-analyzer, it could make the integration with things like codesettings a bit easier |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to configure bacon for days and I simply can't get any diagnostic from it:
I configured it like this:
I have a
.nvim.luaconfig to disable rust-analyzer diagnostics as specified in the docs from bacon:I see bacon-ls is running but I get no diagnostic at all. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions