Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Fichtinger 95e49a9042
Merge 63e4724438 into b01fbb4a22 2025-07-23 12:04:42 -04:00
Daniel Fichtinger 63e4724438 feat: added just formatter 2025-04-10 13:12:43 -04:00
1 changed files with 2 additions and 2 deletions

View File

@ -3418,8 +3418,8 @@ injection-regex = "just"
comment-token = "#" comment-token = "#"
indent = { tab-width = 4, unit = " " } indent = { tab-width = 4, unit = " " }
language-servers = ["just-lsp"] language-servers = ["just-lsp"]
# auto-format = true auto-format = true
# formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703 formatter = { command = "just-formatter" } # See https://github.com/eli-yip/just-formatter
[[grammar]] [[grammar]]
name = "just" name = "just"