Added go to the list of kak-lsp languages
This commit is contained in:
parent
5c6318341b
commit
4493ebbfcb
2
kakrc
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user