From ef40b787e68eb44b11e65596fdc46a1ad3445ccc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Oct 2025 20:22:24 +0000 Subject: docs: update configs.md skip-checks: true --- doc/configs.md | 6 +++--- doc/configs.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/configs.md b/doc/configs.md index d7b98286..65a924fd 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -8710,7 +8710,7 @@ Default config: ## postgres_lsp -https://pgtools.dev +https://pg-language-server.com A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling. @@ -8722,7 +8722,7 @@ vim.lsp.enable('postgres_lsp') Default config: - `cmd` : ```lua - { "postgrestools", "lsp-proxy" } + { "postgres-language-server", "lsp-proxy" } ``` - `filetypes` : ```lua @@ -8730,7 +8730,7 @@ Default config: ``` - `root_markers` : ```lua - { "postgrestools.jsonc" } + { "postgres-language-server.jsonc" } ``` --- diff --git a/doc/configs.txt b/doc/configs.txt index 14023715..dfa48785 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -6390,7 +6390,7 @@ Default config: ------------------------------------------------------------------------------ postgres_lsp -https://pgtools.dev +https://pg-language-server.com A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling. @@ -6400,11 +6400,11 @@ Snippet to enable the language server: >lua Default config: - cmd: >lua - { "postgrestools", "lsp-proxy" } + { "postgres-language-server", "lsp-proxy" } - filetypes: >lua { "sql" } - root_markers: >lua - { "postgrestools.jsonc" } + { "postgres-language-server.jsonc" } < ------------------------------------------------------------------------------ -- cgit v1.2.3-70-g09d2