1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-12 05:26:07 +01:00

null-ls: add fnlfmt

This commit is contained in:
Pedro Alves 2022-12-19 02:18:15 +00:00
parent 470fd9c07e
commit fdbba2238e

View file

@ -34,6 +34,9 @@ let
fourmolu = {
packages = [ pkgs.haskellPackages.fourmolu ];
};
fnlfmt = {
packages = [ pkgs.fnlfmt ];
};
};
};
# Format the servers to be an array of attrs like the following example