Switch to nixfmt-rfc-style
This commit is contained in:
parent
f95018e7f6
commit
a85c6f2f4b
@ -45,7 +45,7 @@
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
# nix stuff
|
||||
nixpkgs-fmt
|
||||
nixfmt-rfc-style
|
||||
statix
|
||||
|
||||
# LSPs
|
||||
|
@ -62,7 +62,7 @@ lspconfig.nil_ls.setup({
|
||||
settings = {
|
||||
['nil'] = {
|
||||
formatting = {
|
||||
command = { "nixpkgs-fmt" },
|
||||
command = { "nixfmt" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user