AutoYADM commit: 2025-06-20 14:35:14
This commit is contained in:
parent
c1056b7031
commit
2402a51bff
1 changed files with 7 additions and 7 deletions
|
@ -13,13 +13,13 @@ hook global WinSetOption filetype=python %{
|
||||||
|
|
||||||
hook global WinSetOption filetype=toml %{
|
hook global WinSetOption filetype=toml %{
|
||||||
set-option window formatcmd "taplo fmt -"
|
set-option window formatcmd "taplo fmt -"
|
||||||
hook -group toml-auto-format window BufWritePre .* %{
|
# hook -group toml-auto-format window BufWritePre .* %{
|
||||||
try format
|
# try format
|
||||||
}
|
# }
|
||||||
hook -once -always window WinSetOption filetype=.* %{
|
# hook -once -always window WinSetOption filetype=.* %{
|
||||||
unset-option window formatcmd
|
# unset-option window formatcmd
|
||||||
remove-hooks window toml-auto-format
|
# remove-hooks window toml-auto-format
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global WinSetOption filetype=latex %{
|
hook global WinSetOption filetype=latex %{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue