From 3b5e99b9e0c217919225b705e6fb2b7095341b4d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 1 Mar 2025 18:11:37 +0000 Subject: [PATCH] nvim: lazy load mini.clue Allows me to run :Verbose map to figure out where a keybind was set. --- nvim/lua/plugins/ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 8e52958..56dcba9 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -90,6 +90,7 @@ return { -- NOTE: this caused some issue with unterminated mappings, i.e. gc when there -- is also gcc. It would simply terminate early and not allow for next mapping. version = '*', + lazy = true, -- NOTE: load this explicitely when needed, it blocks querying for key definitons via :Verbose map opts = { triggers = { { mode = 'n', keys = '' }, -- 2.48.1