diff options
author | Minijackson <minijackson@riseup.net> | 2024-10-07 17:58:39 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-10-07 17:58:39 +0200 |
commit | eb6750711a09df267ad80355c202a87fc665c703 (patch) | |
tree | 159e6b2361b728d00c962dc5bf8e14b52a6f9041 | |
parent | cd69e74e94cb9f1208698979facf28572e2d5b70 (diff) | |
download | nixos-config-reborn-eb6750711a09df267ad80355c202a87fc665c703.tar.gz nixos-config-reborn-eb6750711a09df267ad80355c202a87fc665c703.zip |
common/nixvim: setup typstyle formatter
-rw-r--r-- | common/nixvim.nix | 5 |
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 | ||