From f7bbc5e6740f6199d7ed0fe704daaa7efd98c093 Mon Sep 17 00:00:00 2001 From: Tom Li Dobnik Date: Tue, 3 Mar 2026 18:46:16 +0100 Subject: nvim update --- .config/nvim-old/lua/config/plugins/which-key.lua | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/nvim-old/lua/config/plugins/which-key.lua (limited to '.config/nvim-old/lua/config/plugins/which-key.lua') diff --git a/.config/nvim-old/lua/config/plugins/which-key.lua b/.config/nvim-old/lua/config/plugins/which-key.lua new file mode 100644 index 0000000..9e97f9f --- /dev/null +++ b/.config/nvim-old/lua/config/plugins/which-key.lua @@ -0,0 +1,27 @@ +return { + "folke/which-key.nvim", + event = "VeryLazy", + opts = { + win = { + wo = { + winblend = 0, + }, + }, + preset = "helix", + icons = { + rules = false, + }, + delay = 500, + spec = { + { "c", group = "Code", mode = { "n", "x" } }, + { "d", group = "Document" }, + { "g", group = "Git" }, + { "m", group = "Marks" }, + { "r", group = "Rename" }, + { "s", group = "Search" }, + { "t", group = "Toggle" }, + { "w", group = "Workspace" }, + { "l", group = "LSP" }, + }, + }, +} -- cgit v1.2.3