Open helpotters opened 1 year ago
[lsp-grammarly]() offers auto installation, so you don't need to install the language server manually. Or you can install it globally:
And yes, you do need npm installed!
npm i -g @emacs-grammarly/grammarly-languageserver
Let me know if it works!
FYI, the documentation is in the upstream package lsp-mode; see https://emacs-lsp.github.io/lsp-mode/page/lsp-grammarly/.
Feel free to open PRs for improvements! TBH, my documentation and English aren't very good (it's funny and reasonable why I have integrated Grammarly into Emacs)! 😅
I'm currently trying to install the emacs
lsp-grammarly
package along with the language server (grammarly-languageserver
on npm? ).The docs are very unclear about what someone would need to do to get it running.