- commit
- de70caf
- parent
- 97c2a09
- author
- Eric Bower
- date
- 2026-01-21 09:02:52 -0500 EST
chore(kak): filetype not lsp
1 files changed,
+1,
-1
+1,
-1
1@@ -63,7 +63,7 @@ hook global BufSetOption filetype=python %{
2 lsp-enable-window
3 }
4 eval %sh{kak-lsp}
5-hook global WinSetOption filetype=(python|go|javascript|typescript|zls) %{
6+hook global WinSetOption filetype=(python|go|javascript|typescript|zig) %{
7 lsp-enable-window
8 }
9 set-option global modelinefmt "%opt{lsp_modeline} %opt{modelinefmt}"