From 5d964c58848dde02bf04ce67bffe2398d2bbf1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez=20Rivero?= Date: Sun, 12 Jun 2022 10:09:41 +0200 Subject: feat(which-key): added search command for colour highlights (#2693) * feat(which-key): added search command for colour highlights * chore: review suggestion Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> --- lua/lvim/core/which-key.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/lvim/core/which-key.lua') diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index b1ae6f87..3015781b 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -244,6 +244,7 @@ M.config = function() c = { "Telescope colorscheme", "Colorscheme" }, f = { "Telescope find_files", "Find File" }, h = { "Telescope help_tags", "Find Help" }, + H = { "Telescope highlights", "Find highlight groups" }, M = { "Telescope man_pages", "Man Pages" }, r = { "Telescope oldfiles", "Open Recent File" }, R = { "Telescope registers", "Registers" }, -- cgit v1.2.3