wrap lines

This commit is contained in:
lelgenio 2020-11-30 15:26:43 -03:00
parent d74315e837
commit 109a6a774f
3 changed files with 5 additions and 4 deletions

View File

@ -64,6 +64,7 @@ face global MatchingChar default,default+b
add-highlighter global/ number-lines -relative -hlcursor
face global LineNumbers {{@@ bg_light @@}},default
face global LineNumberCursor white,{{@@ bg_dark @@}}
face global LineNumbersWrapped red,default
add-highlighter global/ show-whitespaces
face global Whitespace {{@@ nontxt @@}},default+f

View File

@ -1,9 +1,5 @@
# {{@@ header() @@}}
# not exactly hooks but ok
set global tabstop 4
set global scrolloff 8,8
# use spaces insted of tabs
hook global InsertChar \t %{ exec -draft -itersel h@ } -group kakrc-replace-tabs-with-spaces

View File

@ -6,6 +6,10 @@
# |_|\_\__,_|_|\_\___/ \__,_|_| |_|\___|
set global tabstop 4
set global scrolloff 8,8
add-highlighter global/ wrap
source "%val{config}/plug.kak"
source "%val{config}/keys.kak"
source "%val{config}/usermode.kak"