From 40ccba2211bc7b01b3de3873c5045006d196bdbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 9 Mar 2024 02:23:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(nvim):=20rename=20grapple?= =?UTF-8?q?=20which-key=20menu=20definition=20to=20marks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/editor/grapple.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/editor/grapple.lua b/.config/nvim/lua/plugins/extras/editor/grapple.lua index 45e78dd5..02de0e0e 100644 --- a/.config/nvim/lua/plugins/extras/editor/grapple.lua +++ b/.config/nvim/lua/plugins/extras/editor/grapple.lua @@ -70,7 +70,7 @@ return { "folke/which-key.nvim", opts = { defaults = { - [""] = { name = "󰛢 grapple" }, + [""] = { name = "󰛢 marks" }, }, }, },