chadtree
chadtree copied to clipboard
feature request: open directory recursively and locate buffer file in tree view
feature request.
I was able to hack this in - here's my key mapping:
nnoremap <leader>e :lua CHAD.Toggle_follow(false);CHAD.Open({'--always-focus'});CHAD.Toggle_follow(false)<CR>
It works by toggling on "follow" mode, opening CHADtree, then toggling it back off. This assumes chadtree_settings.options.follow is set to v:false.