mirror of https://github.com/helix-editor/helix
languages: nix formatter (#14046)
parent
1e4bf6704a
commit
395a71bf53
|
@ -1022,6 +1022,7 @@ shebangs = []
|
|||
comment-token = "#"
|
||||
language-servers = [ "nil", "nixd" ]
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
formatter = { command = "nixfmt" }
|
||||
|
||||
[[grammar]]
|
||||
name = "nix"
|
||||
|
|
Loading…
Reference in New Issue