You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changed the title [-]hijack_directories Not Respected When Not `quit_on_open`[/-][+]hijack_directories Not Respected When Not `open_on_setup`[/+]on Oct 17, 2022
Activity
alex-courtis commentedon Oct 17, 2022
This is messy: the code and the configuration.
I'm tempted to add new configuration and deprecate the old:
unnamed is a buffer with empty
bufname()
.empty is a buffer with a name but
filereadable(bufname())
0. Needs a better name.The new configuration could go in an alternate
nvim-tree.on_enter
to be used if the user has specifiedon_start
.[-]hijack_directories Not Respected When Not `quit_on_open`[/-][+]hijack_directories Not Respected When Not `open_on_setup`[/+]fix(#1664): respect hijack_directories.enable on startup when not ope…
fix(#1664): respect hijack_directories.enable on startup when not ope…
alex-courtis commentedon Oct 18, 2022
Unfortunately this change has been reverted due to many regressions: #1668
A new mechanism to control startup behaviour is under way: #1669