add some kakoune
This commit is contained in:
@@ -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
|
colorscheme solarized-light
|
||||||
|
|||||||
1
kakoune/.config/kak/plugins/kakboard
Submodule
1
kakoune/.config/kak/plugins/kakboard
Submodule
Submodule kakoune/.config/kak/plugins/kakboard added at 2f13f5cd99
1
kakoune/.config/kak/plugins/plug.kak
Submodule
1
kakoune/.config/kak/plugins/plug.kak
Submodule
Submodule kakoune/.config/kak/plugins/plug.kak added at cf02b00f37
Reference in New Issue
Block a user