diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index b0c4ef99..86e9056e 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -288,11 +288,13 @@ injection-regex = "just" comment-token = "#" indent = { tab-width = 4, unit = " " } auto-format = true -formatter = { command = "fish", args = ["-c", "justfmt"] } +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"] -[[language]] -name = "yaml" -formatter = { command = "yamlfmt", args = ['-'] } +# [[language]] +# name = "yaml" +# auto-format = true +# # formatter = { command = "yamlfmt", args = ['-'] }