feat(#2415): add :NvimTreeHiTest (#2664)

* feat(#2415): add :NvimTreeHiTest

* feat(#2415): split out appearance diagnostics
This commit is contained in:
Alexander Courtis
2024-02-11 14:41:40 +11:00
committed by GitHub
parent 8cbb1db8e9
commit b278fc25ae
6 changed files with 326 additions and 201 deletions

View File

@@ -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()