From ec5d98732b8b8144e2155abd50d42a13cdc0dcae Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Tue, 4 Jun 2024 14:31:24 +0200 Subject: [PATCH] configure overseer which-key description --- lua/kickstart/plugins/which-key.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/kickstart/plugins/which-key.lua b/lua/kickstart/plugins/which-key.lua index 317a1a2..fd16c2c 100644 --- a/lua/kickstart/plugins/which-key.lua +++ b/lua/kickstart/plugins/which-key.lua @@ -35,6 +35,7 @@ return { ['dn'] = { name = '[N]o', _ = 'which_key_ignore' }, ['l'] = { name = '[L]ist', _ = 'which_key_ignore' }, ['f'] = { name = '[F]ormat/[F]ile', _ = 'which_key_ignore' }, + ['o'] = { name = '[O]verseer', _ = 'which_key_ignore' }, } -- register which-key VISUAL mode