mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
updated the tree whenever focusing a buffer
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user