AutoYADM commit: 2025-06-20 15:00:17

This commit is contained in:
Daniel Fichtinger 2025-06-20 15:00:17 -04:00
parent feabcd1ede
commit a8f95a9ff7
2 changed files with 38 additions and 3 deletions

View file

@ -1,6 +1,6 @@
hook global WinSetOption tree_sitter_lang=sh %{
set-option window tree_sitter_lang bash
}
# hook global WinSetOption tree_sitter_lang=sh %{
# set-option window tree_sitter_lang bash
# }
hook global WinSetOption filetype=(bash|sh) %{
set-option window formatcmd 'shfmt -i 4 -ln=auto -ci -bn'