1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-30 22:21:04 +01:00

fantomas: init (#672)

This commit is contained in:
Mikael Fangel 2023-10-28 10:50:09 +00:00 committed by GitHub
parent 315bc508ee
commit 8e34083935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -91,6 +91,9 @@
eslint_d = {
package = pkgs.nodePackages.eslint_d;
};
fantomas = {
package = pkgs.fantomas;
};
fnlfmt = {
package = pkgs.fnlfmt;
};