mirror of https://github.com/helix-editor/helix
Merge 63e4724438
into 4281228da3
commit
7254790bc7
|
@ -3419,8 +3419,8 @@ injection-regex = "just"
|
|||
comment-token = "#"
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
language-servers = ["just-lsp"]
|
||||
# auto-format = true
|
||||
# formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
|
||||
auto-format = true
|
||||
formatter = { command = "just-formatter" } # See https://github.com/eli-yip/just-formatter
|
||||
|
||||
[[grammar]]
|
||||
name = "just"
|
||||
|
|
Loading…
Reference in New Issue