🐛 Which-key update
- Remove 'modes' option (deprecated) - Add slight transparancy to window
This commit is contained in:
+3
-14
@@ -12,20 +12,9 @@ return {
|
|||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
preset = "modern",
|
preset = "modern",
|
||||||
modes = {
|
win = {
|
||||||
n = true, -- Normal mode
|
wo = {
|
||||||
i = true, -- Insert mode
|
winblend = 10,
|
||||||
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