AutoYADM commit: 2025-06-24 19:29:28
This commit is contained in:
parent
857c910b82
commit
e77e0edb77
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue