File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -165,21 +165,19 @@ return function()
165
165
postgres_lsp = {
166
166
capabilities = {
167
167
workspace = {
168
- -- I don't think pgt supports configuration through this notification.
169
168
didChangeConfiguration = { dynamicRegistration = true },
170
169
},
171
170
},
172
171
cmd = { " postgrestools" , " lsp-proxy" },
173
172
filetypes = { " sql" },
174
173
single_file_support = true ,
175
- -- I also don't think it supports InitializeParams yet.
176
- -- settings = {
177
- -- postgres_lsp = {
178
- -- db = {
179
- -- database = "dev",
180
- -- },
181
- -- },
182
- -- },
174
+ settings = {
175
+ db = {
176
+ username = vim .env .USER ,
177
+ password = vim .env .USER ,
178
+ database = " dev" ,
179
+ },
180
+ },
183
181
},
184
182
prismals = {
185
183
capabilities = {
You can’t perform that action at this time.
0 commit comments