use nixfmt with nil
This commit is contained in:
parent
d1a843b71c
commit
a5c383ed14
|
@ -109,6 +109,8 @@ command = "nimlsp"
|
||||||
filetypes = ["nix"]
|
filetypes = ["nix"]
|
||||||
roots = ["flake.nix", "shell.nix", ".git"]
|
roots = ["flake.nix", "shell.nix", ".git"]
|
||||||
command = "nil"
|
command = "nil"
|
||||||
|
[language.nix.settings.nil]
|
||||||
|
formatting.command = [ "nixfmt" ]
|
||||||
|
|
||||||
[language.ocaml]
|
[language.ocaml]
|
||||||
filetypes = ["ocaml"]
|
filetypes = ["ocaml"]
|
||||||
|
|
Loading…
Reference in a new issue