sublimelsp / LSP-Grammarly

Grammarly support for Sublime's LSP plugin, using the Grammarly language server
MIT License
25 stars 2 forks source link

Use more precise Node.js version requirements #15

Closed rchl closed 1 year ago

rchl commented 1 year ago

This requires new LSP version but we'll release both at the same time.

Also uses notification_handler from lsp_utils for handling custom server notification as it's cleaner and more obvious way of doing that.

Fixes #13