You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lsp-rust-analyzer-diagnostics-enable t
lsp-diagnostic-clean-after-change t
lsp-rust-analyzer-cargo-watch-command "clippy"
lsp-rust-analyzer-cargo-override-command ["cargo", "clippy", "--message=format=json"]
among others in doom emacs config to get diagnostics to display about the code such as clippy errors.
Nothing really shows when using SPC c x which maps to +default/diagnostics in doom emacs which i believe uses flycheck.
Is this a feature that rustic / lsp-mode support?
The text was updated successfully, but these errors were encountered:
I have added the following configuration:
among others in doom emacs config to get diagnostics to display about the code such as clippy errors.
Nothing really shows when using
SPC c x
which maps to+default/diagnostics
in doom emacs which i believe uses flycheck.Is this a feature that rustic / lsp-mode support?
The text was updated successfully, but these errors were encountered: