Johannes Altmanninger

Results 739 comments of Johannes Altmanninger

@jcuffe can you share simple steps to reproduce the problem where tsserver uses a lot of memory? I have only tried it on toy examples. Perhaps the fix is as...

If you're on Linux you can use https://github.com/rfjakob/earlyoom to prevent the system from becoming unresponsive. We probably just need to find a project of comparable size. Which version of tsserver...

> *TL;DR code lens should be on the same line* for now, yes. Once replace-ranges can insert new lines (or at least insert text past EOL) then we can move...

> - It's awkward if someone installs a new kak-lsp that gets started in a kakoune session that's still running outdated kak-side code; after this PR that would make it...

I've merged most of these already as `40197196..8a14601c~` to avoid a trivial merge conflict

Thanks for working on this! There are lots of opportunities to improve usability.

I think this depends on whichever highlighter is defined first. If I run ``` lsp-enable add-highlighter global/ number-lines -hlcursor ``` diagnostics are left of the line numbers etc. I don't...

Yeah, it can be a bit inconvenient to have to take care of this in the user configuration. Maybe there is a better way. Your configuration system should allow you...

I believe some language servers can do highlighting, it might be possible to use that. However, a simpler alternative would be to re-use the keywords that Kakoune highlighting scripts already...

Our `KakEnd` hook should stop `kak-lsp` when a Kakoune session exits, independent of the timeout in `kak-lsp.toml`