From aa1722af03d9aed41f38cb3afc434fc12c31bddc Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Fri, 16 Aug 2024 13:48:26 +0200 Subject: [PATCH] chore: remove folke/which-key.nvim --- lazy-lock.json | 5 ++--- lua/plugins/editor.lua | 8 -------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index 823ee89..d307468 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -28,6 +28,5 @@ "vim-fetch": { "branch": "master", "commit": "db3fd95eb0cf7e7e9effa1338b286db33e4a36c1" }, "vim-fugitive": { "branch": "master", "commit": "0444df68cd1cdabc7453d6bd84099458327e5513" }, "vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" }, - "vim-unimpaired": { "branch": "master", "commit": "6d44a6dc2ec34607c41ec78acf81657248580bf1" }, - "which-key.nvim": { "branch": "main", "commit": "6c1584eb76b55629702716995cca4ae2798a9cca" } -} \ No newline at end of file + "vim-unimpaired": { "branch": "master", "commit": "6d44a6dc2ec34607c41ec78acf81657248580bf1" } +} diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index bfd7e2b..75a524c 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -1,12 +1,4 @@ return { - { - "folke/which-key.nvim", - event = "VeryLazy", - opts = {}, - keys = { - { 'wk', 'WhichKey', desc = 'Show key mappings' }, - }, - }, { "folke/trouble.nvim", dependencies = { "nvim-tree/nvim-web-devicons" },