From d531c24808193f1b0c7eb19d7e27d7906315f6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 23 Jun 2025 11:21:48 -0300 Subject: [PATCH] Revert "kak: work around for rust-analyzer currupting ~/.cargo" This reverts commit ffe90ab90d9a395d6b837c86070de6ef31a6e497. --- user/kakoune/kak-lsp.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/user/kakoune/kak-lsp.toml b/user/kakoune/kak-lsp.toml index 818c737..9c195bd 100644 --- a/user/kakoune/kak-lsp.toml +++ b/user/kakoune/kak-lsp.toml @@ -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