diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-21 21:28:06 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-21 21:28:06 +0900 |
| commit | 0b2e8f479f5fbb79ef001dc7b1ecf390d045976e (patch) | |
| tree | 3672176763a0302118e424f9a7e8fb63370d3168 | |
| parent | dfa3e7ec39f3ffd23734bc39c2e5c941ce732e98 (diff) | |
modified plugins/dadbod.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua index 5004a1c..bc0da62 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/dadbod.lua @@ -16,6 +16,7 @@ return { 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", |
