kak: work around for rust-analyzer currupting ~/.cargo

This commit is contained in:
Leonardo Eugênio 2025-06-16 13:03:20 -03:00
parent 96e9fd098f
commit ffe90ab90d
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B

View file

@ -135,6 +135,7 @@ args = [
[language_server.rust-analyzer.settings.rust-analyzer]
# See https://rust-analyzer.github.io/manual.html#configuration
# cargo.features = []
cargo.buildScripts.useRustcWrapper = false
checkOnSave.command = "clippy"
hoverActions.enable = false # kak-lsp doesn't support this at the moment