Add follow current file config in Neotree

This commit is contained in:
Michal 2025-04-18 11:03:33 +02:00
parent 402956e8c8
commit 79f44ce555
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ return {
['\\'] = 'close_window',
},
},
follow_current_file = {
enabled = true,
leave_dirs_open = false,
},
buffers = { follow_current_file = { enable = true } },
},
},
}