AutoYADM commit: 2025-06-29 18:52:01

This commit is contained in:
Daniel Fichtinger 2025-06-29 18:52:01 -04:00
parent b986beb862
commit 5468c94f67
2 changed files with 22 additions and 21 deletions

View file

@ -2,6 +2,8 @@
# set-option window tree_sitter_lang bash
# }
# hook global WinSetOption filetype=(bash|sh) %{
# set-option window formatcmd 'shfmt -i 4 -ln=auto -ci -bn'
# }
hook global WinSetOption filetype=(bash|sh) %{
set-option window formatcmd 'shfmt -i 4 -ln=auto -ci -bn'
declare-filetype-mode sh
map window sh x ':sh $kak_buffile<ret>' -docstring 'execute current shell script'
}