AutoYADM commit: 2025-05-13 18:48:01

This commit is contained in:
Daniel Fichtinger 2025-05-13 18:48:01 -04:00
parent 422a963697
commit 49e5d39460
4 changed files with 23 additions and 59 deletions

View file

@ -10,14 +10,11 @@ hook global WinSetOption filetype=go %{
hook global WinSetOption filetype=kak %{
set-option window formatcmd "%val{config}/scripts/kakfmt"
set-option window expandtab false
# set-option window expandtab false
}
hook global WinSetOption filetype=markdown %{
set-option window formatcmd "dprint fmt --stdin md"
}
hook global BufCreate .*[.](typ|typst) %{
set-option buffer filetype typst
set-option buffer formatcmd "typstyle --wrap-text"
}