diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-22 01:53:50 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-22 01:53:50 +0900 |
| commit | b361a09b22f8d41bb51445f4069efe248901c8cc (patch) | |
| tree | 83f4a12401822717d8426acaa7a055a5aeeecd5e | |
| parent | 034f2c251fcd782634fd56600b2e5d05170a7ddc (diff) | |
modified plugins/dadbod.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua index 3c2cf09..ab7099a 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua @@ -12,13 +12,13 @@ return { }, init = function() -- Your DBUI configuration - vim.g.db_ui_use_nerd_fonts = 1 local home = vim.fn.expand("~") + vim.g.db_ui_use_nerd_fonts = 1 vim.g.dbs = { -- firefox = "sqlite://" .. home .. "/.mozilla/firefox/si.default/places.sqlite", -- librewolf = "sqlite://" .. home .. "/.librewolf/si.default/places.sqlite", - mysql = "mariadb://ms:password@localhost/mysql", - postsql = "postgresql://ps:password@localhost/postgresql", + mysql = "mariadb://ms:password@localhost:5432/mysql", + postsql = "postgresql://ps:password@localhost:5432/postgresql", -- qutebrowser = "sqlite://" .. home .. "/.local/share/qutebrowser/history.sqlite", -- sqlite = "sqlite://" .. home .. "/.local/share/db/sqlite.db", } |
