Skip to content

Commit 4a10388

Browse files
doc: add zed installation instructions (#315)
1 parent 6f697bf commit 4a10388

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Install: [instructions](https://pgtools.dev/#installation)
1111
- [CLI releases](https://github.com/supabase-community/postgres-language-server/releases)
1212
- [VSCode](https://marketplace.visualstudio.com/items?itemName=Supabase.postgrestools)
1313
- [Neovim](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#postgres_lsp)
14+
- [Zed](https://github.com/LoamStudios/zed-postgres-language-server)
1415

1516
## Overview
1617
LSP Demo | CLI Demo

docs/index.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,16 @@ npm add --save-dev --save-exact @postgrestools/postgrestools
5858

5959
### VSCode
6060

61-
The language server is available on the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Supabase.postgrestools). Its published from [this repo](https://github.com/supabase-community/postgrestools-vscode).
61+
The language server is available on the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Supabase.postgrestools). It's published from [this repo](https://github.com/supabase-community/postgrestools-vscode).
6262

6363
### Neovim
6464

6565
You will have to install `nvim-lspconfig`, and follow the [instructions](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#postgres_lsp).
6666

67+
### Zed
68+
69+
The language server is available as an Extension. It's published from [this repo](https://github.com/LoamStudios/zed-postgres-language-server).
70+
6771
### GitHub Actions
6872

6973
To use the CLI in GitHub Actions, you can install it via our [GitHub Action](https://github.com/supabase-community/postgrestools-cli-action).

0 commit comments

Comments
 (0)