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
Copy file name to clipboardExpand all lines: lua/nvim-tree/legacy.lua
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -295,6 +295,11 @@ local function removed(opts)
295
295
utils.notify.warn"auto close feature has been removed, see note in the README (tips & reminder section)"
296
296
opts.auto_close=nil
297
297
end
298
+
299
+
ifopts.focus_empty_on_setupthen
300
+
utils.notify.warn"focus_empty_on_setup has been removed and will be replaced by a new startup configuration. Please remove this option. See https://bit.ly/3S7BtqP and https://bit.ly/3yJch2T"
0 commit comments