From 545e73c793789183eadd8ea000a91d3733b6a799 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Mon, 28 Apr 2025 20:17:03 -0700 Subject: [PATCH] docs: Mention Emacs client --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index 9bb80102..14490385 100644 --- a/docs/index.md +++ b/docs/index.md @@ -64,6 +64,10 @@ The language server is available on the [VSCode Marketplace](https://marketplace You will have to install `nvim-lspconfig`, and follow the [instructions](https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#postgres_lsp). +### Emacs + +The language client is available through [lsp-mode](https://github.com/emacs-lsp/lsp-mode). For more details, refer to their [manual page](https://emacs-lsp.github.io/lsp-mode/page/lsp-postgres/). + ### Zed The language server is available as an Extension. It's published from [this repo](https://github.com/LoamStudios/zed-postgres-language-server).