diff options
| author | tslil clingman <> | 2022-04-06 16:20:11 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2022-04-06 16:20:11 -0400 |
| commit | 4af79f764d31692ce5146f5c9a00355c3b35f654 (patch) | |
| tree | 28d657b7f648c376deecb7bcf6ca4dba2dc7779c /kakrc | |
| parent | c5224d827b34b9f63b5028d8ab4730cdf0b182b6 (diff) | |
| parent | 0b4aa5db57f3572feb97cadc61db3f69665989c8 (diff) | |
Merge branch 'master' of git.sr.ht:~tslil/dotfiles
Diffstat (limited to 'kakrc')
| -rw-r--r-- | kakrc | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +#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" |
