From 12f47e852d5db80d9ac95690bb9a117ccff2c4e3 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:48:41 +0900 Subject: updates --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua | 1 + ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua index 41adb5a..730ebfe 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua @@ -18,6 +18,7 @@ return { firefox = "sqlite://" .. home .. "/.mozilla/firefox/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", } local wk = require("which-key") diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua index 3c7a35f..b8630d8 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/mini.lua @@ -1139,19 +1139,19 @@ return { "n", "zj", ":lua MiniSplitjoin.toggle()", - { noremap = true, silent = true, desc = "Trim trailing whitespace" } + { noremap = true, silent = true, desc = "Toggle split-join" } ) vim.keymap.set( "n", "J", ":lua MiniSplitjoin.join()", - { noremap = true, silent = true, desc = "Trim trailing whitespace" } + { noremap = true, silent = true, desc = "Join" } ) vim.keymap.set( "n", "", ":lua MiniSplitjoin.split()", - { noremap = true, silent = true, desc = "Trim trailing whitespace" } + { noremap = true, silent = true, desc = "Split" } ) end, }, -- cgit v1.2.3