mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
null-ls: add fourmolu
This commit is contained in:
parent
46c0128a36
commit
8135cce2c7
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ let
|
|||
beautysh = {
|
||||
packages = [ inputs.beautysh.packages.${pkgs.system}.beautysh-python38 ];
|
||||
};
|
||||
fourmolu = {
|
||||
packages = [ pkgs.haskellPackages.fourmolu ];
|
||||
};
|
||||
};
|
||||
};
|
||||
# Format the servers to be an array of attrs like the following example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue