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