From be18d69d057718bf135b952f198f0943d7ccbe19 Mon Sep 17 00:00:00 2001 From: XNM Date: Tue, 31 Oct 2023 20:02:49 +0200 Subject: [PATCH] updated helix config for version 23.10 --- home/.config/helix/languages.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/home/.config/helix/languages.toml b/home/.config/helix/languages.toml index 36baebb..f345239 100644 --- a/home/.config/helix/languages.toml +++ b/home/.config/helix/languages.toml @@ -14,9 +14,8 @@ auto-format = true name = "tsx" auto-format = true -[[language]] -name = "rust" -config = { checkOnSave = { command = "clippy" } } +[language-server.rust-analyzer.config] +checkOnSave = { command = "clippy" } [[language]] name = "config" @@ -24,4 +23,4 @@ scope = "source.conf" file-types = [ "conf" ] comment-token = "#" roots = [] -indent = { tab-width = 4, unit = " " } \ No newline at end of file +indent = { tab-width = 4, unit = " " }