From 49e3fbc2776d958361b658f7e309cd89b3ace9e2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 10 Apr 2025 13:15:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-10 13:15:05 --- .config/helix/languages.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 86e9056e..545400ac 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -288,7 +288,8 @@ injection-regex = "just" comment-token = "#" indent = { tab-width = 4, unit = " " } auto-format = true -formatter = { command = "just", args = ['--justfile', '/dev/stdin', '--dump'] } +formatter = { command = "just-formatter" } +# formatter = { command = "just", args = ['--justfile', '/dev/stdin', '--dump'] } # formatter = { command = "fish", args = ["-c", "justfmt"] } # formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703 language-servers = ["just-lsp", "scls"]