Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koozz/zed-vale
Zed extension using the Vale language server.
https://github.com/koozz/zed-vale
Last synced: about 1 month ago
JSON representation
Zed extension using the Vale language server.
- Host: GitHub
- URL: https://github.com/koozz/zed-vale
- Owner: koozz
- License: apache-2.0
- Created: 2024-04-25T11:05:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T06:31:49.000Z (4 months ago)
- Last Synced: 2024-08-26T07:47:13.884Z (4 months ago)
- Language: Rust
- Homepage: https://zed.dev
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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:```ini
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](.github/CONTRIBUTING.md).
## License
Apache 2.0