Allows me to run :Verbose map to figure out where a keybind was set.
-- NOTE: this caused some issue with unterminated mappings, i.e. <L>gc when there
-- is also <L>gcc. It would simply terminate early and not allow for next mapping.
version = '*',
-- NOTE: this caused some issue with unterminated mappings, i.e. <L>gc when there
-- is also <L>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 = '<Leader>' },
opts = {
triggers = {
{ mode = 'n', keys = '<Leader>' },