diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-21 10:01:49 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-21 10:01:49 +0000 |
| commit | fb733ac734249ccf293e5c8018981d4d8f59fa8f (patch) | |
| tree | 9889542bb551bb8e93bd443d859b45e9ef2fc389 | |
| parent | feat: migrate postgres config to postgrestools #3657 (diff) | |
| download | nvim-lspconfig-fb733ac734249ccf293e5c8018981d4d8f59fa8f.tar nvim-lspconfig-fb733ac734249ccf293e5c8018981d4d8f59fa8f.tar.gz nvim-lspconfig-fb733ac734249ccf293e5c8018981d4d8f59fa8f.tar.bz2 nvim-lspconfig-fb733ac734249ccf293e5c8018981d4d8f59fa8f.tar.lz nvim-lspconfig-fb733ac734249ccf293e5c8018981d4d8f59fa8f.tar.xz nvim-lspconfig-fb733ac734249ccf293e5c8018981d4d8f59fa8f.tar.zst nvim-lspconfig-fb733ac734249ccf293e5c8018981d4d8f59fa8f.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 9 | ||||
| -rw-r--r-- | doc/configs.txt | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/doc/configs.md b/doc/configs.md index 2d0992a9..1710a875 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -7935,9 +7935,9 @@ Default config: ## postgres_lsp -https://github.com/supabase/postgres_lsp +https://pgtools.dev -A Language Server for Postgres +A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling. Snippet to enable the language server: ```lua @@ -7947,14 +7947,13 @@ require'lspconfig'.postgres_lsp.setup{} Default config: - `cmd` : ```lua - { "postgres_lsp", "lsp-proxy" } + { "postgrestools", "lsp-proxy" } ``` - `filetypes` : ```lua { "sql" } ``` -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/postgres_lsp.lua:4](../lua/lspconfig/configs/postgres_lsp.lua#L4) -- `single_file_support` : `true` +- `single_file_support` : `false` ## powershell_es diff --git a/doc/configs.txt b/doc/configs.txt index 2d0992a9..1710a875 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -7935,9 +7935,9 @@ Default config: ## postgres_lsp -https://github.com/supabase/postgres_lsp +https://pgtools.dev -A Language Server for Postgres +A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling. Snippet to enable the language server: ```lua @@ -7947,14 +7947,13 @@ require'lspconfig'.postgres_lsp.setup{} Default config: - `cmd` : ```lua - { "postgres_lsp", "lsp-proxy" } + { "postgrestools", "lsp-proxy" } ``` - `filetypes` : ```lua { "sql" } ``` -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/postgres_lsp.lua:4](../lua/lspconfig/configs/postgres_lsp.lua#L4) -- `single_file_support` : `true` +- `single_file_support` : `false` ## powershell_es |
