----@type LazyPluginSpec
+---@type LazySpec
return {
- -- disabled plugins {{{
- { "folke/which-key.nvim",
- enabled = false,
- },
- -- }}}
{ 'echasnovski/mini.clue',
-- 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.