AutoYADM commit: 2025-04-06 19:30:07

This commit is contained in:
Daniel Fichtinger 2025-04-06 19:30:08 -04:00
parent b7cfa294f8
commit 84d9887a36
5 changed files with 39 additions and 7 deletions

View file

@ -278,6 +278,7 @@ injection-regex = "just"
comment-token = "#"
indent = { tab-width = 4, unit = " " }
auto-format = false
formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
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"]