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