AutoYADM commit: 2025-07-22 17:15:42

This commit is contained in:
Daniel Fichtinger 2025-07-22 17:15:42 -04:00
parent 2646b8bf42
commit 9895a4de5e

View file

@ -23,6 +23,8 @@ bundle inc-dec.kak https://gitlab.com/Screwtapello/kakoune-inc-dec %{
bundle auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{
enable-auto-pairs
map -docstring "enable auto pairs" global user a ': enable-auto-pairs; info "auto pairs ENABLED"<ret>'
map -docstring "disable auto pairs" global user <a-a> ': disable-auto-pairs; info "auto pairs DISABLED"<ret>'
}
bundle fzf.kak https://github.com/andreyorst/fzf.kak %{