diff --git a/lua/lspconfig/configs/postgres_lsp.lua b/lua/lspconfig/configs/postgres_lsp.lua index f74ee673..0c41307b 100644 --- a/lua/lspconfig/configs/postgres_lsp.lua +++ b/lua/lspconfig/configs/postgres_lsp.lua @@ -2,7 +2,7 @@ local util = require 'lspconfig.util' return { default_config = { - cmd = { 'postgres_lsp' }, + cmd = { 'postgres_lsp', 'lsp-proxy' }, filetypes = { 'sql' }, root_dir = util.root_pattern 'root-file.txt', single_file_support = true,