File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
1718LSP Demo | CLI Demo
Original file line number Diff line number Diff 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
2630Is your favorite editor missing? Thanks to the language server protocol, integrating the Postgres Language Server protocol should be straightforward.
You can’t perform that action at this time.
0 commit comments