diff --git a/kakrc b/kakrc index c89e5fe..773d641 100644 --- a/kakrc +++ b/kakrc @@ -24,7 +24,7 @@ plug "kak-lsp/kak-lsp" do %{ define-command ee -docstring 'go to current error/warning from lsp' %{ lsp-find-error --include-warnings; lsp-find-error --previous --include-warnings } define-command lsp-restart -docstring 'restart lsp server' %{ lsp-stop; lsp-start } - hook global WinSetOption filetype=(c|cpp|sh|python) %{ + hook global WinSetOption filetype=(c|cpp|sh|python|go) %{ set-option window lsp_auto_highlight_references true set-option window lsp_hover_anchor false lsp-auto-hover-enable