eglot grammarly support #693
-
|
will eglot officially support eglot-grammarly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I don't know grammarly, but if it's a LSP server, it should be supported without the need for this extra package, which seems like a reasonably useless piece of elisp to me. https://github.com/emacs-grammarly/eglot-grammarly/blob/master/eglot-grammarly.el Apparently you just need: And then you need to create a My advice is not to follow any other advice in that README like that |
Beta Was this translation helpful? Give feedback.
I don't know grammarly, but if it's a LSP server, it should be supported without the need for this extra package, which seems like a reasonably useless piece of elisp to me.
https://github.com/emacs-grammarly/eglot-grammarly/blob/master/eglot-grammarly.el
Apparently you just need:
And then you need to create a
.dir-localsaccording to the README in https://github.com/emacs-grammarly/eglot-grammarlyMy advice is not to follow any other advice in that README like that
use-packageline withcall-interactively.