autosave .typ files

This commit is contained in:
mehbark 2026-09-09 13:19:00 -04:00
parent 9a60356dbd
commit d142e3e745
Signed by: mbk
GPG key ID: E333EC1335FFCCDB

View file

@ -360,4 +360,7 @@ set autochdir
"===== nix =====" "===== nix ====="
autocmd FileType nix :set shiftwidth=2 autocmd FileType nix :set shiftwidth=2
" Typst autosave
autocmd InsertLeave,TextChanged *.typ silent! update
'' ''