aboutsummaryrefslogtreecommitdiffstats
path: root/lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lsp')
-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,
}