/zed-vale

Zed extension using the Vale language server.

Primary LanguageRustApache License 2.0Apache-2.0

Zed vale extension

This extension adds Vale spelling and grammar checking to Zed.

Installation

Go to Zed's extension manager and search for vale. Click install.

Configuration

Configure Vale by creating a .vale.ini file in the project root. An example would look like:

StylesPath = .github/styles
MinAlertLevel = suggestion

# Packages = Microsoft, proselint, write-good, alex, Readability, Joblint
Packages = write-good

[*.md]
BasedOnStyles = Vale, write-good

Synchronize all configured styles by running: vale sync.

Contributing

Please see the contributing guide.

License

Apache 2.0