AutoYADM commit: 2025-05-13 20:07:01

This commit is contained in:
Daniel Fichtinger 2025-05-13 20:07:01 -04:00
parent 3885ef1b9d
commit 8d12c21e01

View file

@ -6,6 +6,7 @@
hook global BufCreate .*[.](typ|typst) %{ hook global BufCreate .*[.](typ|typst) %{
set-option buffer filetype typst set-option buffer filetype typst
set-option buffer comment_line "//"
set-option buffer formatcmd "typstyle --wrap-text" set-option buffer formatcmd "typstyle --wrap-text"
} }