use nixfmt with nil

This commit is contained in:
Leonardo Eugênio 2022-12-05 09:21:34 -03:00
parent d1a843b71c
commit a5c383ed14

View file

@ -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"]