mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
updated the tree whenever focusing a buffer
This commit is contained in:
@@ -130,6 +130,11 @@ return {
|
||||
special_files = {},
|
||||
-- Highlight files that have diagnostics
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user