From b6f7ef856b36c5edbe9f03e3a8554b97c458c953 Mon Sep 17 00:00:00 2001 From: William Mathewson Date: Fri, 22 Mar 2024 08:18:36 +0000 Subject: [PATCH] fix(ui): Add "bot" to dimmed commands list (#1367) nvim-treesitter has added a bot to automate updating parsers. This feels similar to the other commands that are dimmed. --- lua/lazy/view/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/view/config.lua b/lua/lazy/view/config.lua index ea8a066..e834573 100644 --- a/lua/lazy/view/config.lua +++ b/lua/lazy/view/config.lua @@ -24,7 +24,7 @@ function M.get_commands() return ret end -M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" } +M.dimmed_commits = { "bot", "build", "ci", "chore", "doc", "style", "test" } M.keys = { hover = "K",