jthulhu
jthulhu
I have the same behavior. I have tried on a complete new profile, on which I have never used the add-on (besides installing it), and it still breaks.
That was quite some time ago, I don't remember which compositor I used then (probably Gnome or Sway). Anyways, now it works for me too (currently using Sway).
Yes, I had gdb installed at the time I tried that, but since it was installed with nix in a development shell, this might be the issue. It's been a...
I think I have an idea of what the problem is in my case: the setup requires installing the necessary binaries, but my Emacs configuration is on a read-only mount...
After some research, I found that this was specifically due to the semantic tokens feature of LSP. Disabling it makes syntax highlighting much more snappy, even though the highlighting of...
I mean, it's a workaround to simply disable the semantic tokens feature, but otherwise, this hasn't been "fixed". Fully-featured syntax highlighting is still slow.
> I wonder how to find out whether the language server needs too long for this, or if it's due to lsp-mode I asked someone with a VS Code setup...
I suspect this is due to the package `lsp-ui`. I have already encountered a similar behavior with different major modes, and all they had in common is to use `lsp`.