AutoYADM commit: 2025-05-23 14:55:14

This commit is contained in:
Daniel Fichtinger 2025-05-23 14:55:14 -04:00
parent 057da1d133
commit 051dba16e5
2 changed files with 2 additions and 2 deletions

View file

View file

@ -29,7 +29,7 @@ hook global BufCreate .*[.](kdl) %{
set-option window formatcmd "kdlfmt format -"
}
hook global WinSetOption filetype=kdl %{
hook global WinSetOption filetype=kdl %|
require-module kdl
hook window InsertChar \n -group kdl-indent %{ kdl-indent-newline }
@ -44,5 +44,5 @@ hook global WinSetOption filetype=kdl %{
echo "remove-hooks window kdl-auto-format"
fi
}
}
|