AutoYADM commit: 2025-05-11 20:39:08

This commit is contained in:
Daniel Fichtinger 2025-05-11 20:39:08 -04:00
parent 460a3c56f9
commit 2d83917ca3
2 changed files with 12 additions and 8 deletions

View file

@ -7,3 +7,13 @@ hook global WinSetOption filetype=go %{
set-option window expandtab false
set-option window softtabstop 4
}
hook global WinSetOption filetype=kak %{
set-option window formatcmd "%val{config}/scripts/kakfmt"
set-option window expandtab false
}
hook global WinSetOption filetype=markdown %{
set-option window formatcmd "dprint fmt --stdin md"
}