mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/none-ls: add bean_format (#985)
This commit is contained in:
parent
c2ae783440
commit
8b91bf010a
2 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,9 @@ with lib; let
|
|||
alejandra = {
|
||||
package = pkgs.alejandra;
|
||||
};
|
||||
bean_format = {
|
||||
package = pkgs.beancount;
|
||||
};
|
||||
beautysh = {
|
||||
package = pkgs.beautysh;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue