Update kak to add indentation guides
This commit is contained in:
parent
53dec713ec
commit
9ac5fedc75
3 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue