autosave .typ files
This commit is contained in:
parent
9a60356dbd
commit
d142e3e745
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue