From 55b7f19a8c8c95b3e1416aa1ffc18c00dc85727b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 8 May 2025 16:18:34 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-08 16:18:34 --- .config/kak/bundle/inc-dec.kak-install | 1 + .config/kak/bundle/inc-dec.kak-load.kak | 2 ++ .config/kak/kakrc | 6 ++++++ 3 files changed, 9 insertions(+) create mode 100644 .config/kak/bundle/inc-dec.kak-install create mode 100644 .config/kak/bundle/inc-dec.kak-load.kak diff --git a/.config/kak/bundle/inc-dec.kak-install b/.config/kak/bundle/inc-dec.kak-install new file mode 100644 index 00000000..a3c5bf6a --- /dev/null +++ b/.config/kak/bundle/inc-dec.kak-install @@ -0,0 +1 @@ +https://gitlab.com/Screwtapello/kakoune-inc-dec \ No newline at end of file diff --git a/.config/kak/bundle/inc-dec.kak-load.kak b/.config/kak/bundle/inc-dec.kak-load.kak new file mode 100644 index 00000000..636abf37 --- /dev/null +++ b/.config/kak/bundle/inc-dec.kak-load.kak @@ -0,0 +1,2 @@ +source "/home/fic/.config/kak/bundle/inc-dec.kak/inc-dec.kak" +trigger-user-hook bundle-loaded=inc-dec.kak \ No newline at end of file diff --git a/.config/kak/kakrc b/.config/kak/kakrc index aa790335..b15f332b 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -4,6 +4,12 @@ colorscheme gruvbox-dark source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak" bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle +bundle inc-dec.kak https://gitlab.com/Screwtapello/kakoune-inc-dec %{ + map global normal ": echo test" + map -docstring "increment" global normal ": inc-dec-modify-numbers + %val{count}" +} + + bundle auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{ enable-auto-pairs }