diff --git a/.config/kak/autoload/lsp.kak b/.config/kak/autoload/lsp.kak index e7f851ac..090b95d6 100644 --- a/.config/kak/autoload/lsp.kak +++ b/.config/kak/autoload/lsp.kak @@ -280,6 +280,7 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{ map -docstring 'refresh ltex dictionary' buffer latex r ': ltex-dictionary-load' map -docstring 'edit ltex dictionary' buffer latex e ': ltex-dictionary-edit' map -docstring 'texlab build' buffer latex b ': texlab-build' + try lsp-progress-disable } remove-hooks global lsp-filetype-javascript