Skip to content

Commit

Permalink
feat: added docs pointing people towards the Zed plugin from #114 and #…
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Sep 28, 2024
1 parent bc87d4d commit bbe230c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ If you want to use Harper on your machine, you have two choices.

If you use [Obsidian](https://obsidian.md/), you may install the [Harper Obsidian Plugin](https://github.com/elijah-potter/harper-obsidian-plugin) by searching for "Harper" in the community plugin store.

### Zed Plugin

If you use [Zed](https://zed.dev/), [Stef16Robbe](https://github.com/Stef16Robbe) has developed a fantastic [plugin](https://github.com/Stef16Robbe/harper_zed) that works out-of-the box.
No setup required.

## Performance Issues

We consider long lint times bugs.
Expand Down
4 changes: 4 additions & 0 deletions harper-ls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ If you happen to use [`mason.nvim`](https://github.com/williamboman/mason.nvim),

If you __don't__ install your LSPs through Mason, we have binary releases available on [GitHub](https://github.com/elijah-potter/harper/releases) or you can use one of a number of package managers.

### Zed

The [Zed plugin](https://github.com/Stef16Robbe/harper_zed) will automatically download `harper-ls` to your system if you don't already have it.

### Cargo

If you have [Rust installed](https://www.rust-lang.org/tools/install), you're in luck!
Expand Down
8 changes: 5 additions & 3 deletions packages/web/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@
class="underline"
href="https://github.com/elijah-potter/harper/tree/master/harper-ls">language server</a
>, and through WebAssembly, so you can get fantastic grammar checking anywhere you work.
<br /><br /> That said, we take extra care to make sure the Neovim and
<a class="underline" href="/obsidian">Obsidian</a> integration is amazing.</span
>
<br /><br /> That said, we take extra care to make sure the Neovim,
<a class="underline" href="https://github.com/Stef16Robbe/harper_zed">Zed</a>
and
<a class="underline" href="/obsidian">Obsidian</a> integration is amazing.
</span>

<img
src="/images/example_nvim.webp"
Expand Down

0 comments on commit bbe230c

Please sign in to comment.