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 = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = { command = "pixi", args = ["run", "mojo" , "format", "-q"]}
|
formatter = { command = "pixi", args = ["run", "mojo" , "format", "-q", "-"]}
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "mojo"
|
name = "mojo"
|
||||||
|
|
Loading…
Reference in New Issue