diff --git a/plugins/none-ls/servers.nix b/plugins/none-ls/servers.nix index 211129a1..6db07d8d 100644 --- a/plugins/none-ls/servers.nix +++ b/plugins/none-ls/servers.nix @@ -110,6 +110,9 @@ with lib; let alejandra = { package = pkgs.alejandra; }; + bean_format = { + package = pkgs.beancount; + }; beautysh = { package = pkgs.beautysh; }; diff --git a/tests/test-sources/plugins/none-ls.nix b/tests/test-sources/plugins/none-ls.nix index 344dbdfd..0caae8f6 100644 --- a/tests/test-sources/plugins/none-ls.nix +++ b/tests/test-sources/plugins/none-ls.nix @@ -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