diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 3350524..ab59791 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -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 = { - [""] = false, - V = false, + win = { + wo = { + winblend = 10, }, }, },