diff --git a/kakoune/.config/kak/kakrc b/kakoune/.config/kak/kakrc deleted file mode 100644 index 8ec112f..0000000 --- a/kakoune/.config/kak/kakrc +++ /dev/null @@ -1,28 +0,0 @@ -source "%val{config}/plugins/plug.kak/rc/plug.kak" - -plug "lePerdu/kakboard" %{ - hook global WinCreate .* %{ kakboard-enable } -} - -hook global WinCreate ^[^*]+$ %{ - try editorconfig-load -} - -hook global WinSetOption filetype=(markdown|yaml|yml) %{ - set window indentwidth 2 -} - -hook global WinSetOption filetype=go %{ - noexpandtab - set window indentwidth 0 -} - -add-highlighter global/number-lines number-lines -add-highlighter global/show-whitespaces show-whitespaces - -evaluate-commands %sh{ - case $TERM in - xterm-256color) printf "colorscheme solarized-light";; - screen-256color) printf "colorscheme solarized-light";; - esac -} diff --git a/kakoune/.config/kak/plugins/kakboard b/kakoune/.config/kak/plugins/kakboard deleted file mode 160000 index 2f13f5c..0000000 --- a/kakoune/.config/kak/plugins/kakboard +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2f13f5cd99591b76ad5cba230815b80138825120 diff --git a/kakoune/.config/kak/plugins/plug.kak b/kakoune/.config/kak/plugins/plug.kak deleted file mode 160000 index cf02b00..0000000 --- a/kakoune/.config/kak/plugins/plug.kak +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cf02b00f3764cbd03ce9ab6eec2f4eed035c0737