Change a lot of stuff

This commit is contained in:
2025-09-05 20:20:58 -03:00
parent f39f45f415
commit 80c8732d93
6 changed files with 42 additions and 3 deletions

View File

@@ -57,6 +57,12 @@ return {
"--query-driver=/usr/bin/*gcc",
"--function-arg-placeholders=0",
},
sqls = {
connections = {
driver = "postgres",
dataSourceName = "host=127.0.0.1 port=5432 user=postgres password=postgres dbname=trabalho sslmode=disable"
}
},
root_dir = function(path)
local normal = require("lspconfig.util").root_pattern(".git")(vim.fn.getcwd())
if normal then