mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/none-ls: add astyle (#1056)
Add an option to enable astyle none-ls source.
This commit is contained in:
parent
e0926bc41b
commit
9f3bbca7f1
2 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,9 @@ with lib; let
|
|||
alejandra = {
|
||||
package = pkgs.alejandra;
|
||||
};
|
||||
astyle = {
|
||||
package = pkgs.astyle;
|
||||
};
|
||||
bean_format = {
|
||||
package = pkgs.beancount;
|
||||
};
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
};
|
||||
formatting = {
|
||||
alejandra.enable = true;
|
||||
astyle.enable = true;
|
||||
bean_format.enable = true;
|
||||
black.enable = true;
|
||||
# As of 2024-01-04, cbfmt is broken on darwin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue