summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/which-key.lua
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-09-07 21:14:38 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-09-07 21:14:38 -0400
commit338e1e48e6bb5e57225506e86d4112feabe2ae49 (patch)
tree0e886facc473dd515a778cda35275c3f1f1ace55 /.config/nvim/lua/plugins/which-key.lua
parent11231c649e09b1c1d054482bb01d98baf83a2537 (diff)
nvim: remove EVEN MORE plugins (whoa)
Diffstat (limited to '.config/nvim/lua/plugins/which-key.lua')
-rw-r--r--.config/nvim/lua/plugins/which-key.lua6
1 files changed, 0 insertions, 6 deletions
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({
- ["<leader>t"] = {
- name = "+test",
- w = { name = "+watch" },
- },
["<leader>f"] = { name = "+Telescope" },
- ["<leader>d"] = { name = "+debug" },
- ["<leader>x"] = { name = "+Trouble" },
})
end,
}