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" }