AutoYADM commit: 2025-06-24 19:29:28

This commit is contained in:
Daniel Fichtinger 2025-06-24 19:29:28 -04:00
parent 857c910b82
commit e77e0edb77

View file

@ -26,6 +26,14 @@ try %{
} catch %{
evaluate-commands %sh{ kak-tree-sitter -dks --init $kak_session }
evaluate-commands %sh{kak-popup init}
evaluate-commands %sh{ reflow init }
set-option global reflow_command %{
cat > "${input=$(mktemp)}"
# reflow --width "$kak_opt_reflow_width" --tabstop "$kak_opt_tabstop" < "$input" || cat "$input"
fmt -u < "$input" || cat "$input"
rm -f "$input"
}
colorscheme ashen
require-module hop-kak
require-module fishr