enabling generally diagnostics for the tree

This commit is contained in:
aminnairi
2024-01-03 18:07:49 +01:00
parent 2ec0016e65
commit 7df6a3e5e8
@@ -135,6 +135,9 @@ return {
-- Focus the file in the tree whenever it is focused in the editor -- Focus the file in the tree whenever it is focused in the editor
enable = true enable = true
}, },
diagnostics = {
-- Enable diagnostics for the tree
enable = true,
}) })
local whichKey = require("which-key") local whichKey = require("which-key")