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

This commit is contained in:
Daniel Fichtinger 2025-06-24 20:15:00 -04:00
parent a1faa7d872
commit 6d4c81fc68
2 changed files with 78 additions and 7 deletions

View file

@ -26,13 +26,13 @@ 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" | perl -CS -pe 's/([.!?])\s{2,}/\1 /g' || cat "$input"
rm -f "$input"
}
# 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" | perl -CS -pe 's/([.!?])\s{2,}/\1 /g' || cat "$input"
# rm -f "$input"
# }
colorscheme ashen
require-module hop-kak