diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/postgres_lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/configs/postgres_lsp.lua b/lua/lspconfig/configs/postgres_lsp.lua index 5ed4ddd5..e177a5fd 100644 --- a/lua/lspconfig/configs/postgres_lsp.lua +++ b/lua/lspconfig/configs/postgres_lsp.lua @@ -5,7 +5,7 @@ return { 'sql', }, root_dir = vim.fs.root(0, { 'postgrestools.jsonc' }), - single_file_support = false, + single_file_support = true, }, docs = { description = [[ |
