From eb6750711a09df267ad80355c202a87fc665c703 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 7 Oct 2024 17:58:39 +0200 Subject: common/nixvim: setup typstyle formatter --- common/nixvim.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common') 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 }; }; - formatting.shfmt.enable = true; + formatting = { + shfmt.enable = true; + typstyle.enable = true; + }; }; }; -- cgit v1.2.3