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

This reverts commit ffe90ab90d.
This commit is contained in:
Leonardo Eugênio 2025-06-23 11:21:48 -03:00
parent dc89b61ff7
commit d531c24808
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B

View file

@ -135,7 +135,6 @@ 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