* feat(#2415): add :NvimTreeHiTest * feat(#2415): split out appearance diagnostics
This commit is contained in:
committed by
GitHub
parent
8cbb1db8e9
commit
b278fc25ae
@@ -134,6 +134,13 @@ local CMDS = {
|
||||
api.tree.collapse_all(true)
|
||||
end,
|
||||
},
|
||||
{
|
||||
name = "NvimTreeHiTest",
|
||||
opts = {
|
||||
desc = "nvim-tree: highlight test",
|
||||
},
|
||||
command = api.diagnostics.hi_test,
|
||||
},
|
||||
}
|
||||
|
||||
function M.get()
|
||||
|
||||
Reference in New Issue
Block a user