path = kak/.config/kak/plugins/kakoune-sudo-write
url = https://github.com/occivink/kakoune-sudo-write
branch = master
+[submodule "dabruin.kak"]
+ path = kak/.config/kak/plugins/dabruin.kak
+ url = https://git.sr.ht/~nasmevka/dabruin.kak
+ branch = main
-# System integration
+# Clipboard (wayland) integration
hook global NormalKey y %{ nop %sh{
printf %s "$kak_main_reg_dquote" | wl-copy > /dev/null 2>&1 &
}}
plug "kakounedotcom/prelude.kak"
plug "occivink/kakoune-sudo-write"
plug "foot.kak"
+ plug "https://git.sr.ht/~nasmevka/dabruin.kak"
# Look and Feel
# ─────────────
add-highlighter global/todos regex '(//|#|/\*)\h*(TODO|WARNING|FIXME)[:]?[^\n]*' 2:+bu # highlight comment tags
add-highlighter global/ show-matching # show matching brackets
add-highlighter global/ number-lines -min-digits 3 # absolute line nums everywhere
-colorscheme default
+colorscheme dabruin
set-option global tabstop 4
set-option global indentwidth 4