From d142e3e745df2e41d4e5437f2e1c80519cd7ee55 Mon Sep 17 00:00:00 2001 From: mehbark Date: Wed, 9 Sep 2026 13:19:00 -0400 Subject: [PATCH] autosave .typ files --- nvim.conf.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nvim.conf.nix b/nvim.conf.nix index 77ab98f..249c036 100644 --- a/nvim.conf.nix +++ b/nvim.conf.nix @@ -360,4 +360,7 @@ set autochdir "===== nix =====" autocmd FileType nix :set shiftwidth=2 + +" Typst autosave +autocmd InsertLeave,TextChanged *.typ silent! update ''