plugins/none-ls: add bean_format (#985)

This commit is contained in:
Coutinho de Souza 2024-01-28 10:31:47 +00:00 committed by GitHub
parent c2ae783440
commit 8b91bf010a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -110,6 +110,9 @@ with lib; let
alejandra = {
package = pkgs.alejandra;
};
bean_format = {
package = pkgs.beancount;
};
beautysh = {
package = pkgs.beautysh;
};

View file

@ -86,6 +86,7 @@
};
formatting = {
alejandra.enable = true;
bean_format.enable = true;
black.enable = true;
# As of 2024-01-04, cbfmt is broken on darwin
# TODO: re-enable this test when fixed