Jen-Chieh Shen
Jen-Chieh Shen
> I don't see lsp-install-server on my end. What am I missing? That's from `lsp-mode`. Make sure you have installed `lsp-mode` before calling the command. > In the Grammarly-language-servere page,...
The language server requires v16. You might need to upgrade to node 16.
> Did it, finally it worked. But I am lost now, I find markings in the fringe, on the words, but how to get suggestions? I am using [sideline](https://github.com/emacs-sideline/sideline) with...
> What does that mean? It seems like they have changed the protocol calls, let me find time to fix it. π€ > Does is suggest to you to replace...
I mean we should defense it from making a process, and print the error message. ```elisp (if (executable-find "node") ( ) ; do task ) ; print error, don't even...
I can reproduce this bug. I think this is an upstream issue, see https://github.com/znck/grammarly/issues/362.
Not sure what to handle. The rate limit means your account is running out of quota. π€ Retry wouldn't help in these circumstances.
There are errors; therefore, they cannot be merged. See https://github.com/emacs-tree-sitter/tree-sitter-langs/pull/365.
Are you sure you use the `tree-sitter.el` or `treesit.el`? π€ There are currently two Tree-sitter implementations in the Emacs community. Anything with *-ts-mode is from `treesit.el` and not `tree-sitter.el` (this...
If I recall correctly, you would just need to point to the directory. π€