Felicián Németh
Felicián Németh
> Regarding the key-binding, though. I'm of the school of thought that believes that `M-RET`, same as `Alt-Enter`, should (un)maximize the window. Do you have other suggestions, maybe? There are...
> I like the general direction, but maybe not the exact choice. In Emacs's minibuffer completion, `C-j` either means "insert current input verbatim" or "choose the current completion". What about...
I think using fewer servers when possible makes sense. However, I don't really like the idea of specifying the number of servers to start. One server could possibly serve 10...
The other day I tried this PR out on a very simple example and it worked perfectly. Also, at first glance, the implementation is quite solid. However, I'd wait for...
> do I need to wait for a ready notification or similar from the server? I think the server doesn't send anything like that after didOpen. rust-analyzer has an experimental/serverStatus...
> @nemethf The request times out sometimes, and that's why the problem occurs. But the timeout occurs because the client asks the server to do lots of things at once....
> If the current proposed implementation is minimally useful/clean already, I don't think these things should block it. I think the current PR is at least minimally useful. A proper...
> I'd have a request concerning this feature. It should be possible to disable certain kinds of highlighting (possibly by setting the appropriate entry of `eglot-semantic-token-faces` to nil), _and_ it...
I've just read that LSP 3.17.0 gained support for "Notebook Documents". At first glace, it seems the notebook feature might be useful for this issue. So, the `lsp insufficiency` label...
> I think the following mistakes would happen quite often: > > * asterisks as bullet points -> org headings > * markdown headings -> org comment Headings and bullet...