aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/postgres_lsp.lua
diff options
context:
space:
mode:
authorIgor Lacerda <igorlfs@ufmg.br>2025-11-29 22:49:57 -0300
committerGitHub <noreply@github.com>2025-11-29 20:49:57 -0500
commitc7f535aed2dc189e61b9332168a2575d5b7f30e1 (patch)
tree17f07588c4c7fec9b0d8d26a7fa3dbfeb8ef1117 /lsp/postgres_lsp.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar
nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.gz
nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.bz2
nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.lz
nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.xz
nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.tar.zst
nvim-lspconfig-c7f535aed2dc189e61b9332168a2575d5b7f30e1.zip
feat(postgres_lsp): require workspace #4220
Diffstat (limited to 'lsp/postgres_lsp.lua')
-rw-r--r--lsp/postgres_lsp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/postgres_lsp.lua b/lsp/postgres_lsp.lua
index 26eb33a1..36b062d6 100644
--- a/lsp/postgres_lsp.lua
+++ b/lsp/postgres_lsp.lua
@@ -11,4 +11,5 @@ return {
'sql',
},
root_markers = { 'postgres-language-server.jsonc' },
+ workspace_required = true,
}