updated the tree whenever focusing a buffer

This commit is contained in:
aminnairi
2024-01-03 18:07:37 +01:00
parent 7ab3ccc868
commit 2ec0016e65
@@ -130,6 +130,11 @@ return {
special_files = {}, special_files = {},
-- Highlight files that have diagnostics -- Highlight files that have diagnostics
highlight_diagnostics = true highlight_diagnostics = true
},
update_focused_file = {
-- Focus the file in the tree whenever it is focused in the editor
enable = true
},
}) })
local whichKey = require("which-key") local whichKey = require("which-key")