mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-15 15:07:48 +00:00
Compare commits
3 commits
ceaae0eb2e
...
317877430a
| Author | SHA1 | Date | |
|---|---|---|---|
|
317877430a |
|||
|
|
28a9fd25f7 |
||
|
|
2973ce1a6f |
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
};
|
||||
|
||||
nixfmt = {
|
||||
command = getExe pkgs.nixfmt-rfc-style;
|
||||
command = getExe pkgs.nixfmt;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue