mirror of https://codeberg.org/anemofilia/zero
radio: files: kak: Remove indentation highlighter
parent
f5376fcedf
commit
d88a676638
|
@ -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\*' %{
|
||||
|
|
Loading…
Reference in New Issue