mirror of https://github.com/helix-editor/helix
feat: added just formatter
parent
8b952bb1d5
commit
63e4724438
|
@ -3289,8 +3289,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"
|
||||||
|
|
Loading…
Reference in New Issue