GitXplorerGitXplorer
k

zed-vale

public
8 stars
1 forks
2 issues

Commits

List of commits on branch main.
Verified
875567f3eac5580b47d347c3c1cf50cdf70388af

chore: bump to version v0.0.2

kkoozz committed 5 months ago
Verified
fd8e315653ac6144fc60ae00e25e6648611b4ce9

Merge pull request #5 from koozz/make-executable

kkoozz committed 5 months ago
Verified
d8026632a1b5cf422b9acaf26fe68471a6464594

fix: make Vale executable

kkoozz committed 5 months ago
Verified
56fbbdd81116a26a09482a007c5e2d6797489028

feat: Zed Vale extension, passthrough to vale-ls

kkoozz committed 9 months ago

README

The README file for this repository.

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