remove kakoune

This commit is contained in:
2021-01-24 00:14:27 +01:00
parent 8adb42c2ee
commit 76940d22f6
3 changed files with 0 additions and 30 deletions

View File

@@ -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
}

Submodule kakoune/.config/kak/plugins/kakboard deleted from 2f13f5cd99

Submodule kakoune/.config/kak/plugins/plug.kak deleted from cf02b00f37