mirror of https://github.com/helix-editor/helix
Add back `-`
parent
75707708d2
commit
2a782ddc9c
|
@ -457,7 +457,7 @@ language-servers = [ "mojo-lsp-server" ]
|
|||
comment-token = "#"
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
auto-format = true
|
||||
formatter = { command = "pixi", args = ["run", "mojo" , "format", "-q"]}
|
||||
formatter = { command = "pixi", args = ["run", "mojo" , "format", "-q", "-"]}
|
||||
|
||||
[[grammar]]
|
||||
name = "mojo"
|
||||
|
|
Loading…
Reference in New Issue