Compare commits

..

No commits in common. "317877430a36e2e449405aaea30788119791dedc" and "ceaae0eb2ece9e06159d6de80b0709e38d77f6a4" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -36,7 +36,3 @@
[Libadoxon](https://github.com/Libadoxon): [Libadoxon](https://github.com/Libadoxon):
- `toggleterm` open map now also works when in terminal mode - `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

View file

@ -39,7 +39,7 @@
}; };
nixfmt = { nixfmt = {
command = getExe pkgs.nixfmt; command = getExe pkgs.nixfmt-rfc-style;
}; };
}; };