mirror of https://github.com/folke/lazy.nvim.git
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.
This commit is contained in:
parent
c76cc60030
commit
b6f7ef856b
|
@ -24,7 +24,7 @@ function M.get_commands()
|
||||||
return ret
|
return ret
|
||||||
end
|
end
|
||||||
|
|
||||||
M.dimmed_commits = { "build", "ci", "chore", "doc", "style", "test" }
|
M.dimmed_commits = { "bot", "build", "ci", "chore", "doc", "style", "test" }
|
||||||
|
|
||||||
M.keys = {
|
M.keys = {
|
||||||
hover = "K",
|
hover = "K",
|
||||||
|
|
Loading…
Reference in New Issue