AutoYADM commit: 2025-06-20 14:35:14

This commit is contained in:
Daniel Fichtinger 2025-06-20 14:35:14 -04:00
parent c1056b7031
commit 2402a51bff

View file

@ -13,13 +13,13 @@ hook global WinSetOption filetype=python %{
hook global WinSetOption filetype=toml %{
set-option window formatcmd "taplo fmt -"
hook -group toml-auto-format window BufWritePre .* %{
try format
}
hook -once -always window WinSetOption filetype=.* %{
unset-option window formatcmd
remove-hooks window toml-auto-format
}
# hook -group toml-auto-format window BufWritePre .* %{
# try format
# }
# hook -once -always window WinSetOption filetype=.* %{
# unset-option window formatcmd
# remove-hooks window toml-auto-format
# }
}
hook global WinSetOption filetype=latex %{