Ruslan Prakapchuk
Ruslan Prakapchuk
Does this problem persist on the latest master? I think fixing #144 might resolve it.
It seems I was too fast in PR comment assuming we want stitching responses in this use case. I don't see any significant benefits in doing it. At the same...
Generally, you can override corresponding `lsp-show-*` functions defined in `rc/lsp.kak` which act as callbacks for LSP response. Unfortunately, goto definition was hardcoded instead. Sounds like a good candidate for improvement.
PR is welcome!
https://github.com/ul/kak-lsp/issues/356#issuecomment-643895885
`filetypes = ["latex"]` is used only to pick the right language server for a given filetype, it is not sent as a languageId. languageId is extracted from the section name:...
Would you mind posting a kak-lsp related bit of your kakrc?
Please try the latest master, is it any better?
This is extremely strange as `lsp-enable-window` uses the same highlighters as `lsp-enable`, just in a different scope... @mawww do you have any ideas about how it's possible for such highlighter...