Skip to content

aireilly/LSP-harper-ls

Repository files navigation

LSP-harper-ls

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.

Requirements

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.

Configuration

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 Project and add your settings in:

    {
        "settings": {
            "LSP": {
                "LSP-harper-ls": {
                    "initializationOptions": {
                        // Put your settings here
                    }
                }
            }
        }
    }

Installation

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.

About

A harper-ls client for Sublime Text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages