From aec2e1f3cba3b27bc2466b16ca9b58714ba9663f Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sat, 30 Nov 2024 14:12:07 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=92=A1add=20comment=20about=20cl?= =?UTF-8?q?assic=20mode=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/which-key.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/which-key.lua b/.config/nvim/lua/plugins/which-key.lua index ca0086d..9310464 100644 --- a/.config/nvim/lua/plugins/which-key.lua +++ b/.config/nvim/lua/plugins/which-key.lua @@ -6,7 +6,7 @@ return { vim.o.timeoutlen = 500 end, opts = { - preset = 'modern', + preset = 'modern', -- may set this back to 'classic' sort = { 'local', 'order', 'group', 'alphanum', 'mod' }, notify = true, win = { @@ -23,4 +23,4 @@ return { }, }, }, -} \ No newline at end of file +}