From 338e1e48e6bb5e57225506e86d4112feabe2ae49 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 7 Sep 2023 21:14:38 -0400 Subject: nvim: remove EVEN MORE plugins (whoa) --- .config/nvim/lua/plugins/which-key.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to '.config/nvim/lua/plugins/which-key.lua') diff --git a/.config/nvim/lua/plugins/which-key.lua b/.config/nvim/lua/plugins/which-key.lua index f6f597b..2a27a2c 100644 --- a/.config/nvim/lua/plugins/which-key.lua +++ b/.config/nvim/lua/plugins/which-key.lua @@ -3,13 +3,7 @@ return { event = "VeryLazy", config = function() require("which-key").register({ - ["t"] = { - name = "+test", - w = { name = "+watch" }, - }, ["f"] = { name = "+Telescope" }, - ["d"] = { name = "+debug" }, - ["x"] = { name = "+Trouble" }, }) end, } -- cgit v1.2.3