We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceaae0e + 28a9fd2 commit 3178774Copy full SHA for 3178774
docs/manual/release-notes/rl-0.9.md
@@ -36,3 +36,7 @@
36
[Libadoxon](https://github.com/Libadoxon):
37
38
- `toggleterm` open map now also works when in terminal mode
39
+
40
+[jtliang24](https://github.com/jtliang24):
41
42
+- Updated nix language plugin to use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style
modules/plugins/languages/nix.nix
@@ -39,7 +39,7 @@
};
nixfmt = {
- command = getExe pkgs.nixfmt-rfc-style;
+ command = getExe pkgs.nixfmt;
43
44
45
0 commit comments