mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +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 = {
|
alejandra = {
|
||||||
package = pkgs.alejandra;
|
package = pkgs.alejandra;
|
||||||
};
|
};
|
||||||
|
bean_format = {
|
||||||
|
package = pkgs.beancount;
|
||||||
|
};
|
||||||
beautysh = {
|
beautysh = {
|
||||||
package = pkgs.beautysh;
|
package = pkgs.beautysh;
|
||||||
};
|
};
|
||||||
|
|
|
@ -86,6 +86,7 @@
|
||||||
};
|
};
|
||||||
formatting = {
|
formatting = {
|
||||||
alejandra.enable = true;
|
alejandra.enable = true;
|
||||||
|
bean_format.enable = true;
|
||||||
black.enable = true;
|
black.enable = true;
|
||||||
# As of 2024-01-04, cbfmt is broken on darwin
|
# As of 2024-01-04, cbfmt is broken on darwin
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue