diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-03 09:37:41 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-03 09:37:41 +0000 |
| commit | 919f83ef8169d11eabd921a4cbda4fc1ba12f123 (patch) | |
| tree | 6f8513bdc0e62191dd2751980f7abd5b63f68ff3 /doc/configs.md | |
| parent | fix(postgresql_lsp): update command to use lsp-proxy argument (#3636) (diff) | |
| download | nvim-lspconfig-919f83ef8169d11eabd921a4cbda4fc1ba12f123.tar nvim-lspconfig-919f83ef8169d11eabd921a4cbda4fc1ba12f123.tar.gz nvim-lspconfig-919f83ef8169d11eabd921a4cbda4fc1ba12f123.tar.bz2 nvim-lspconfig-919f83ef8169d11eabd921a4cbda4fc1ba12f123.tar.lz nvim-lspconfig-919f83ef8169d11eabd921a4cbda4fc1ba12f123.tar.xz nvim-lspconfig-919f83ef8169d11eabd921a4cbda4fc1ba12f123.tar.zst nvim-lspconfig-919f83ef8169d11eabd921a4cbda4fc1ba12f123.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configs.md b/doc/configs.md index 8ab55206..aee69554 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -7926,7 +7926,7 @@ require'lspconfig'.postgres_lsp.setup{} Default config: - `cmd` : ```lua - { "postgres_lsp" } + { "postgres_lsp", "lsp-proxy" } ``` - `filetypes` : ```lua |
