🐛 Which-key update

- Remove 'modes' option (deprecated)
- Add slight transparancy to window
This commit is contained in:
2024-07-18 11:48:41 -04:00
parent adc3950b54
commit 61928834a3
+3 -14
View File
@@ -12,20 +12,9 @@ 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,
win = {
wo = {
winblend = 10,
},
},
},