🧠 Reorganize packaging
- Better organized and more efficient
This commit is contained in:
@@ -12,6 +12,22 @@ return {
|
||||
"folke/which-key.nvim",
|
||||
opts = {
|
||||
preset = "modern",
|
||||
modes = {
|
||||
n = true, -- Normal mode
|
||||
i = true, -- Insert mode
|
||||
x = true, -- Visual mode
|
||||
s = true, -- Select mode
|
||||
o = true, -- Operator pending mode
|
||||
t = true, -- Terminal mode
|
||||
c = true, -- Command mode
|
||||
-- Start hidden and wait for a key to be pressed before showing the popup
|
||||
-- Only used by enabled xo mapping modes.
|
||||
-- Set to false to show the popup immediately (after the delay)
|
||||
defer = {
|
||||
["<C-V>"] = false,
|
||||
V = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user