mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 07:27:47 +00:00
Compare commits
No commits in common. "317877430a36e2e449405aaea30788119791dedc" and "ceaae0eb2ece9e06159d6de80b0709e38d77f6a4" have entirely different histories.
317877430a
...
ceaae0eb2e
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixfmt = {
|
nixfmt = {
|
||||||
command = getExe pkgs.nixfmt;
|
command = getExe pkgs.nixfmt-rfc-style;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue