Skip to content

Commit 66da667

Browse files
authored
docs: Add Sublime Text setup instructions (#604)
1 parent e7432ba commit 66da667

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Install: [instructions](https://pg-language-server.com/#installation)
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)
1414
- [Zed](https://github.com/LoamStudios/zed-postgres-language-server)
15+
- [Sublime Text](https://lsp.sublimetext.io/language_servers/#postgresql)
1516

1617
## Overview
1718
LSP Demo | CLI Demo

docs/guides/ide_setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The language server is available as an Extension. It's published from [this repo
2121
> [!NOTE]
2222
> Is there a extension for an editor that is not listed here? Please file a PR and we will be happy to add it to the list
2323
24+
## Sublime Text
25+
26+
See [install instructions](https://lsp.sublimetext.io/language_servers/#postgresql).
27+
2428
## Integrate in an editor extension
2529

2630
Is your favorite editor missing? Thanks to the language server protocol, integrating the Postgres Language Server protocol should be straightforward.

0 commit comments

Comments
 (0)