From b361a09b22f8d41bb51445f4069efe248901c8cc Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 22 Jun 2025 01:53:50 +0900 Subject: modified plugins/dadbod.lua --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ar') 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", } -- cgit v1.2.3