From fb0655896cacb0e225be12fdc87f0a1e7422b17f Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Wed, 18 Dec 2024 12:22:11 +0100 Subject: [PATCH] Remove which-key, much to annoying --- lua/plugins.lua | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 2906bda..babc6cf 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -89,18 +89,5 @@ return { "sainnhe/sonokai", -- Plugins to test - { - "folke/which-key.nvim", - event = "VeryLazy", - opts = {}, - keys = { - { - "?", - function() - require("which-key").show({ global = false }) - end, - desc = "Buffer Local Keymaps (which key)", - }, - }, - }, + "https://git.nickr.eu/yannickreiss/nvim-macrotool.git", }