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", }