From d88a6766386dd1cf6b23402f0941db348b38f2c1 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Thu, 30 May 2024 16:15:28 -0300 Subject: [PATCH] radio: files: kak: Remove indentation highlighter --- home-environments/radio/files/.config/kak/kakrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-environments/radio/files/.config/kak/kakrc b/home-environments/radio/files/.config/kak/kakrc index 05d9a05..20fb876 100644 --- a/home-environments/radio/files/.config/kak/kakrc +++ b/home-environments/radio/files/.config/kak/kakrc @@ -293,8 +293,8 @@ hook global BufOpenFile "%val{config}/autoload/colorscheme.kak" %{ } # Display faces in the colorscheme file hook global BufOpenFile .* %{ - add-highlighter buffer/ wrap -indent -word -marker '↩' - add-highlighter buffer/ show-whitespaces -tab '→' + add-highlighter buffer/ wrap -word -marker '↩' + add-highlighter buffer/ show-whitespaces -indent '' -tab '→' } # Set highlighters for file buffers hook global BufCreate '\*scratch\*' %{