From d4620f3ac119263fee90bd819eadaf84fc8d50b7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 8 Apr 2026 13:11:48 +0900 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- .config/nvim/lua/plugins/whichkey.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/nvim/lua/plugins/whichkey.lua') diff --git a/.config/nvim/lua/plugins/whichkey.lua b/.config/nvim/lua/plugins/whichkey.lua index dc21eda..cb89df4 100644 --- a/.config/nvim/lua/plugins/whichkey.lua +++ b/.config/nvim/lua/plugins/whichkey.lua @@ -3,8 +3,7 @@ return { 'folke/which-key.nvim', event = 'VeryLazy', opts = { - sort = { 'alphanum' }, - icons = { separator = '→ ', group = '🞱 ' }, + icons = { separator = '→ ', group = ' +' }, }, }, } -- cgit 1.4.1