From 96670b39e4f2ab75cc65df6b25085ef183920dfc Mon Sep 17 00:00:00 2001 From: Michael Manganiello Date: Sat, 29 Mar 2025 12:18:55 -0300 Subject: fix(postgres_lsp): re-enable single file support #3673 Do not require a `postgrestools.jsonc` file in the root directory for single file support. Fixes #3672. --- lua/lspconfig/configs/postgres_lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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 = [[ -- cgit v1.2.3-70-g09d2