nvim-tree: follow opened files
This commit is contained in:
parent
c41260c675
commit
81f95c7231
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