diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 3f08e718..e2d9f976 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -277,7 +277,7 @@ file-types = ["just", { glob = "justfile" }, { glob = "Justfile" }, { glob = ".j injection-regex = "just" comment-token = "#" indent = { tab-width = 4, unit = " " } -auto-format = false +auto-format = true 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"]