emacs-grammarly / grammarly-language-server

Grammarly for VS Code
https://www.npmjs.com/package/@emacs-grammarly/grammarly-languageserver
MIT License
28 stars 5 forks source link

Docs issue: lack of installation instructions #6

Open helpotters opened 1 year ago

helpotters commented 1 year ago

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.

jcs090218 commented 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!

jcs090218 commented 1 year ago

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)! 😅