Added go to the list of kak-lsp languages

This commit is contained in:
Davide Oddone 2023-12-08 19:27:35 +01:00
parent 5c6318341b
commit 4493ebbfcb

2
kakrc
View File

@ -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