An open API service indexing awesome lists of open source software.

https://github.com/Stef16Robbe/harper_zed

Harper LS extension for the Zed editor
https://github.com/Stef16Robbe/harper_zed

extension harper spellcheck zed

Last synced: 7 months ago
JSON representation

Harper LS extension for the Zed editor

Awesome Lists containing this project

README

          

# harper_zed

Zed extension for the
[Harper Grammar Checker](https://github.com/elijah-potter/harper) LS.

![Harper running inside zed](./images/zed_demo.png)

## Supported platforms

| Platform | X86_64 | ARM64 |
|---|---|---|
| Linux | ✅ | ✅ |
| MacOS | ✅ | ✅ |
| Windows | ✅ | ❌ |

## Install

1. [Open the Extension Gallery](https://zed.dev/docs/extensions/installing-extensions)
2. Search for `harper` in the Gallery
3. Click "Install"!

![Harper in the Zed Extension Gallery](./images/extension_in_gallery.png)

## Acknowledgments

- [elijah-potter](https://github.com/elijah-potter) for creating Harper
- [WeetHet](https://github.com/WeetHet) for their
[typst LS extension](https://github.com/WeetHet/typst.zed) which was used as
inspiration for this repository :)