We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44cdc0 commit 4f94d6fCopy full SHA for 4f94d6f
lua/astrocommunity/pack/hurl/init.lua
@@ -32,7 +32,7 @@ return {
32
"AstroNvim/astrocore",
33
opts = function(_, opts)
34
local maps = opts.mappings
35
- maps.n[prefix] = { desc = require("astroui").get_icon("HurlNvim", 1, true) .. "HurlNvim" }
+ maps.n[prefix] = { desc = require("astroui").get_icon("HurlNvim", 1, true) .. "Hurl" }
36
maps.n[prefix .. "R"] = { "<cmd>HurlRunner<cr>", desc = "Run all requests in the file" }
37
maps.n[prefix .. "r"] = { "<cmd>HurlRunnerAt<cr>", desc = "Run request under the cursor" }
38
maps.n[prefix .. "e"] = { "<cmd>HurlRunnerToEntry<cr>", desc = "Run request to the entry" }
0 commit comments