From f9c7c257b62c7c2ffc0a7e9297021bb07280ea1e Mon Sep 17 00:00:00 2001 From: nojhan Date: Tue, 6 Apr 2021 11:02:36 +0200 Subject: [PATCH] kak config for PR#4132 --- kak/kakrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kak/kakrc b/kak/kakrc index 176b025..e3cba30 100644 --- a/kak/kakrc +++ b/kak/kakrc @@ -43,6 +43,8 @@ map global normal -docstring 'Ensure selection cursor is after anchor' ' set-option -add global ui_options ncurses_assistant=none set-option -add global ui_options ncurses_set_title=yes +set-option -add global ui_options ncurses_padding_char=╱ # Examples: ▚ ╳ ╱ ┼ +set-option -add global ui_options ncurses_padding_fill=yes # Indent with 2 spaces and make tabs appear as 2 spaces. set-option global tabstop 4 @@ -187,6 +189,10 @@ plug "andreyorst/tagbar.kak" defer "tagbar" %{ # you can also disable rendering whitespaces here, line numbers, and # matching characters } + # To see what filetypes are supported use `ctags --list-kinds | awk '/^\w+/' + hook global WinSetOption filetype=(c|cpp|rust) %{ + tagbar-enable + } } plug 'delapouite/kakoune-cd' %{