mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
null-ls: add fnlfmt
This commit is contained in:
parent
470fd9c07e
commit
fdbba2238e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue