enable diagnostics signs in the tree

This commit is contained in:
aminnairi
2024-01-03 18:07:23 +01:00
parent e300c7cb53
commit 7ab3ccc868
@@ -128,6 +128,8 @@ return {
group_empty = true, group_empty = true,
-- Never highlight any files in a special way -- Never highlight any files in a special way
special_files = {}, special_files = {},
-- Highlight files that have diagnostics
highlight_diagnostics = true
}) })
local whichKey = require("which-key") local whichKey = require("which-key")