From e3a7163e9fb68a4d9bb12891c86a8cf2ebc555ac Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 3 Dec 2025 19:41:54 +0900 Subject: updates --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/rest.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ar/.config/TheSiahxyz/lua') diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/rest.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/rest.lua index 3c491dd..33586d3 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/rest.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/rest.lua @@ -112,6 +112,13 @@ return { _log_level = vim.log.levels.WARN, } end, + init = function() + local wk = require("which-key") + wk.add({ + mode = { "n" }, + { "h", group = "HTTP" }, + }) + end, keys = { { "ho", ":Rest open", desc = "Open result pane" }, { "hr", ":Rest run", desc = "Run request under the cursor" }, -- cgit v1.2.3