Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/manual/release-notes/rl-0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@
[Libadoxon](https://github.com/Libadoxon):

- `toggleterm` open map now also works when in terminal mode

[jtliang24](https://github.com/jtliang24):

- Updated nix language plugin to use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style
2 changes: 1 addition & 1 deletion modules/plugins/languages/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
};

nixfmt = {
command = getExe pkgs.nixfmt-rfc-style;
command = getExe pkgs.nixfmt;
};
};

Expand Down
Loading