diff options
| author | tslil <tslil@posteo.de> | 2026-04-04 17:44:21 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-04 17:47:21 +0100 |
| commit | 5413fb67d5454666cd4606ac51e8f8d1ae31aa6e (patch) | |
| tree | effd7869b631e1e1a455b65eea1a1f12263b4bba /kakrc | |
| parent | 0c860a57966d4c0f4ef817b9c7f378de4623a236 (diff) | |
cleanup
Diffstat (limited to 'kakrc')
| -rw-r--r-- | kakrc | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -1,31 +0,0 @@ -#colorscheme gruvbox-dark -colorscheme dracula - -set-option global startup_info_version 9999999999 -set-option global ui_options terminal_assistant=dilbert -#set-option -add global autoinfo normal - -set-option global indentwidth 4 -set-option global tabstop 4 - -add-highlighter global/ show-matching - -map global normal <a-v> "k <a-j> ge" - -hook global WinCreate .* %{ - add-highlighter buffer/line-numbers number-lines -hlcursor - add-highlighter buffer/eighty-columns column 80 default,rgb:301040 - add-highlighter buffer/whitespace regex '\h+$' 0:default,red - add-highlighter buffer/brackets show-matching - add-highlighter buffer/todo regex \b(TODO|FIXME|XXX|NOTE)\b 0:default+rb - - smarttab - #indentguide-enable - #indentguide-refresh-continuous - #mark-show-enable -} - -source "%val{config}/plugins/plug.kak/rc/plug.kak" -plug "andreyorst/plug.kak" noload - -plug "andreyorst/smarttab.kak" |
