From dcb624ca3f043230823ae4345b218cf38c6b287a Mon Sep 17 00:00:00 2001 From: Kankys Date: Sat, 30 Mar 2024 22:12:12 +0000 Subject: [PATCH] Aktualizovat kakrc --- kakrc | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/kakrc b/kakrc index ea26a80..e3416bb 100644 --- a/kakrc +++ b/kakrc @@ -44,6 +44,10 @@ hook global WinSetOption filetype=markdown %{ } } +# Lepší lišta dole (autoload) +require-module yummy_std_config +yummy-enable + # Změna nebo vypnutí clippyho -> clippy, dilbert, cat, a none. set-option global ui_options terminal_assistant=cat @@ -145,22 +149,6 @@ plug 'jjk96/kakoune-rainbow' plug "occivink/kakoune-snippets" -dZobrazuje strukturu souboru -plug "andreyorst/tagbar.kak" defer "tagbar" %{ - set-option global tagbar_sort false - set-option global tagbar_size 40 - set-option global tagbar_display_anon false -} config %{ - # if you have wrap highlighter enamled in you configuration - # files it's better to turn it off for tagbar, using this hook: - hook global WinSetOption filetype=tagbar %{ - remove-highlighter window/wrap - # you can also disable rendering whitespaces here, line numbers, and - # matching characters - } -} - - # themes plug "secondary-smiles/kakoune-themes" theme config %{ colorscheme gruvbox-dark