From 63e4724438801f560bf724f695abd7b86f5b25ed Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 10 Apr 2025 13:12:43 -0400 Subject: [PATCH] feat: added just formatter --- languages.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages.toml b/languages.toml index 400018e6d..7d840da4b 100644 --- a/languages.toml +++ b/languages.toml @@ -3289,8 +3289,8 @@ injection-regex = "just" comment-token = "#" indent = { tab-width = 4, unit = " " } language-servers = ["just-lsp"] -# auto-format = true -# formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703 +auto-format = true +formatter = { command = "just-formatter" } # See https://github.com/eli-yip/just-formatter [[grammar]] name = "just"