From 8079dc219ef7fa734b923e16a67435f78e5e38ad Mon Sep 17 00:00:00 2001 From: James Dugan Date: Fri, 21 Feb 2025 22:44:26 -0700 Subject: [PATCH] Add kakoune-buffer-switcher back in (whoops) --- .config/kak/config/plugins.kak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/kak/config/plugins.kak b/.config/kak/config/plugins.kak index 3d949ec..f632bbd 100644 --- a/.config/kak/config/plugins.kak +++ b/.config/kak/config/plugins.kak @@ -64,6 +64,11 @@ bundle luar "https://github.com/gustavo-hms/luar" %@ add-highlighter shared/kakrc/lua4 region -recurse '<' '(^|\h)lua\s(([\s{}\w%/$-|''"])* )?%<\K' '>' ref lua @ +bundle kakoune-buffer-switcher "https://github.com/occivink/kakoune-buffer-switcher" %{ + # Make the current buffer more visible + set-face global BufferSwitcherCurrent value +} + bundle kakoune-focus "https://github.com/caksoylar/kakoune-focus" %{ map global user ':focus-toggle' -docstring "toggle selections focus" }