add some kakoune

This commit is contained in:
2020-09-22 16:50:10 +02:00
parent ed7d2a3522
commit c84d951d27
3 changed files with 24 additions and 1 deletions
+22 -1
View File
@@ -1,2 +1,23 @@
add-highlighter global/ number-lines
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
colorscheme solarized-light
Submodule kakoune/.config/kak/plugins/kakboard added at 2f13f5cd99
Submodule kakoune/.config/kak/plugins/plug.kak added at cf02b00f37