THIS SUBLIME PACKAGE IS NOT FUNCTIONAL. THESE ARE NOT THE DROIDS YOU'RE LOOKING FOR
LSP-harper-ls is a helper package that automatically installs and updates harper-ls for Sublime Text.
Read more about Harper English grammar checker.
To use this package, you must have the LSP package installed.
It's recommended, but not required, to install the LSP-json package which will provide auto-completion and validation for this package's settings.
There are multiple ways to configure the package and the language server.
-
Global configuration:
Preferences > Package Settings > LSP > Servers > LSP-harper-ls -
Project-specific configuration: From the Command Palette run
Project: Edit Projectand add your settings in:{ "settings": { "LSP": { "LSP-harper-ls": { "initializationOptions": { // Put your settings here } } } } }
Add https://github.com/aireilly/LSP-harper-ls using Package control: Add repository in Sublime Text, and then install LSP-harper-ls using Package control.