diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-27 20:22:24 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-27 20:22:24 +0000 |
| commit | ef40b787e68eb44b11e65596fdc46a1ad3445ccc (patch) | |
| tree | 8d2ee8648fd1597258b51af23a15f6325f31aacb /doc | |
| parent | chore(postgres_lsp): update config for postgres-language-server renaming #4155 (diff) | |
| download | nvim-lspconfig-ef40b787e68eb44b11e65596fdc46a1ad3445ccc.tar nvim-lspconfig-ef40b787e68eb44b11e65596fdc46a1ad3445ccc.tar.gz nvim-lspconfig-ef40b787e68eb44b11e65596fdc46a1ad3445ccc.tar.bz2 nvim-lspconfig-ef40b787e68eb44b11e65596fdc46a1ad3445ccc.tar.lz nvim-lspconfig-ef40b787e68eb44b11e65596fdc46a1ad3445ccc.tar.xz nvim-lspconfig-ef40b787e68eb44b11e65596fdc46a1ad3445ccc.tar.zst nvim-lspconfig-ef40b787e68eb44b11e65596fdc46a1ad3445ccc.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 6 | ||||
| -rw-r--r-- | 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" } < ------------------------------------------------------------------------------ |
