From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/nvim/lua/plugins/whichkey.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/nvim/lua/plugins/whichkey.lua (limited to '.config/nvim/lua/plugins/whichkey.lua') diff --git a/.config/nvim/lua/plugins/whichkey.lua b/.config/nvim/lua/plugins/whichkey.lua new file mode 100644 index 0000000..dc21eda --- /dev/null +++ b/.config/nvim/lua/plugins/whichkey.lua @@ -0,0 +1,10 @@ +return { + { + 'folke/which-key.nvim', + event = 'VeryLazy', + opts = { + sort = { 'alphanum' }, + icons = { separator = '→ ', group = '🞱 ' }, + }, + }, +} -- cgit 1.4.1