Open swarnendubiswas opened 1 year ago
I don' think the language server supports textDocument/documentSymbol
. 🤔
Right. Can we not default to regular imenu
in such cases? That would still work with Org and Markdown files.
Right. Can we not default to regular imenu in such cases? That would still work with Org and Markdown files.
I think this should report to eglot, and not here. 🤔
Okay, but the eglot
package so far does not need to deal with such servers. That is why I reported this here. I do not get this error with eglot-ltex
.
Okay, but the eglot package so far does not need to deal with such servers. That is why I reported this here.
We're in a dilemma. One is upstream language server doesn't want to deal with it (I don't think it's their responsibility). The other one is the client implementation doesn't want to deal with it (eglot). Then there is no solution from my end (eglot-ltex). 🤔 In addition, the author of eglot
has a strong opinion of his own taste. If he doesn't want to support this package or grammarly-language-server
(this includes all language servers that do the same thing), we are out of luck.
Another solution is lsp-grammarly
; and I never had this issue with lsp-mode
.
I do not get this error with eglot-ltex.
Yes, cuz the upstream doesn't use that protocol.
I get the following error with
imenu
when using saymarkdown
ororg
files.Here is an MWE to help reproduce the error. I have Emacs 28.2 and server version 0.2.1