Update kak and kak-lsp

This commit is contained in:
Natsu Kagami 2023-04-30 01:47:01 +02:00
parent fba4d7b422
commit f5b71520a0
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 13 additions and 10 deletions

View file

@ -203,6 +203,10 @@ hook global BufCreate .*[.]md %{
add-highlighter buffer/ wrap
}
hook global BufCreate .*[.]sc %{
set-option buffer filetype scala
}
hook global BufOpenFile .* %{
modeline-parse
}