AutoYADM commit: 2025-04-10 13:15:05

This commit is contained in:
Daniel Fichtinger 2025-04-10 13:15:05 -04:00
parent 74a751f09d
commit 49e3fbc277

View file

@ -288,7 +288,8 @@ injection-regex = "just"
comment-token = "#" comment-token = "#"
indent = { tab-width = 4, unit = " " } indent = { tab-width = 4, unit = " " }
auto-format = true 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 = "fish", args = ["-c", "justfmt"] }
# formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703 # formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
language-servers = ["just-lsp", "scls"] language-servers = ["just-lsp", "scls"]