feat(jj): configure jj fix with formatters from nvim #456

Merged
jalil merged 2 commits from push-vzyvqmyoovlo into main 2025-05-07 16:53:52 +02:00
Showing only changes of commit 298a957589 - Show all commits

View file

@ -95,12 +95,12 @@ in
enable = true; enable = true;
settings = { settings = {
formatters = { formatters = {
fish.command = lib.getExe pkgs.fish; fish.command = lib.getExe' pkgs.fish "fish_indent";
nixfmt.command = lib.getExe pkgs.nixfmt-rfc-style; nixfmt.command = lib.getExe pkgs.nixfmt-rfc-style;
shfmt.command = lib.getExe pkgs.shfmt; shfmt.command = lib.getExe pkgs.shfmt;
stylua.command = lib.getExe pkgs.stylua; stylua.command = lib.getExe pkgs.stylua;
taplo.command = lib.getExe pkgs.taplo; taplo.command = lib.getExe pkgs.taplo;
yamlfmt.command = lib.getExe' pkgs.yamlfmt "fish_indent"; yamlfmt.command = lib.getExe pkgs.yamlfmt;
}; };
formatters_by_ft = { formatters_by_ft = {
"_" = [ "trim_whitespace" ]; "_" = [ "trim_whitespace" ];