nvim-tree: follow opened files
This commit is contained in:
parent
4c63f9ac60
commit
cfb08c8ebd
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ return {
|
|||
renderer = {
|
||||
highlight_git = true,
|
||||
},
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("nvim-tree").setup(opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue