summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/nixvim.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix
index d377472..e6b86c7 100644
--- a/common/nixvim.nix
+++ b/common/nixvim.nix
@@ -497,7 +497,10 @@ in
497 }; 497 };
498 }; 498 };
499 499
500 formatting.shfmt.enable = true; 500 formatting = {
501 shfmt.enable = true;
502 typstyle.enable = true;
503 };
501 }; 504 };
502 }; 505 };
503 506