mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 19:24:34 +02:00
plugins/none-ls: add asmfmt (#1064)
Add an option to enable asmfmt in none-ls sources.
This commit is contained in:
parent
30bc345dee
commit
2b3581e41a
2 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,9 @@ with lib; let
|
|||
alejandra = {
|
||||
package = pkgs.alejandra;
|
||||
};
|
||||
asmfmt = {
|
||||
package = pkgs.asmfmt;
|
||||
};
|
||||
astyle = {
|
||||
package = pkgs.astyle;
|
||||
};
|
||||
|
|
|
@ -87,6 +87,7 @@
|
|||
};
|
||||
formatting = {
|
||||
alejandra.enable = true;
|
||||
asmfmt.enable = true;
|
||||
astyle.enable = true;
|
||||
bean_format.enable = true;
|
||||
black.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue