Skip to content

Commit

Permalink
fix(#1668): update issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-courtis committed Oct 18, 2022
1 parent 3a2f68b commit 2b97063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-tree/legacy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ local function removed(opts)
end

if opts.focus_empty_on_setup then
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"
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/3yJch2T"
end
opts.focus_empty_on_setup = nil
end
Expand Down

0 comments on commit 2b97063

Please sign in to comment.