diff options
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua index bc0da62..3c2cf09 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua @@ -15,12 +15,12 @@ return { vim.g.db_ui_use_nerd_fonts = 1 local home = vim.fn.expand("~") vim.g.dbs = { - firefox = "sqlite://" .. home .. "/.mozilla/firefox/si.default/places.sqlite", - librewolf = "sqlite://" .. home .. "/.librewolf/si.default/places.sqlite", - mysql = "mariadb://user:password@localhost/mysql", - postsql = "postgresql://postgres:mypassword@localhost:5432/postgresql", - qutebrowser = "sqlite://" .. home .. "/.local/share/qutebrowser/history.sqlite", - sqlite = "sqlite://" .. home .. "/.local/share/db/sqlite.db", + -- 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", + -- qutebrowser = "sqlite://" .. home .. "/.local/share/qutebrowser/history.sqlite", + -- sqlite = "sqlite://" .. home .. "/.local/share/db/sqlite.db", } local wk = require("which-key") wk.add({ |
