AutoYADM commit: 2025-05-23 19:00:14

This commit is contained in:
Daniel Fichtinger 2025-05-23 19:00:14 -04:00
parent a8ccbde177
commit 0b54a4bcba

View file

@ -19,7 +19,7 @@ bundle inc-dec.kak https://gitlab.com/Screwtapello/kakoune-inc-dec %{
map -docstring "decrement" global normal <c-x> %{: inc-dec-modify-numbers - %val{count}<ret>} map -docstring "decrement" global normal <c-x> %{: inc-dec-modify-numbers - %val{count}<ret>}
} }
bundle-noload auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{ bundle auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{
enable-auto-pairs enable-auto-pairs
} }