Update kak to add indentation guides

This commit is contained in:
Natsu Kagami 2024-03-30 14:48:55 +01:00
parent 53dec713ec
commit 9ac5fedc75
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 8 additions and 9 deletions

View file

@ -10,6 +10,11 @@ set global kts_sky "rgb:6aa622"
colorscheme catppuccin-latte
set global background default
# Set indentation guides
add-highlighter global/indent-guides show-whitespaces -tab " " -spc " " -lf " " -nbsp " "
set-face global Whitespace default,default
set-face global WhitespaceIndent +d@comment
# Assistant
set global ui_options terminal_assistant=cat