From d3779d17bc5a0b222de391e0fa4ae4ab15f77a86 Mon Sep 17 00:00:00 2001 From: William Mathewson Date: Tue, 19 Mar 2024 10:33:39 +0000 Subject: [PATCH] fix(ui): Add "bot" to dimmed commands list 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",