chore: add git url in deprecation warning
This commit is contained in:
parent
5c32c1d8b3
commit
8eed3ff805
@ -32,6 +32,6 @@ local x = vim.tbl_filter(function(v)
|
||||
end, out_config)
|
||||
|
||||
if #x > 0 then
|
||||
local msg = "Following options were moved to setup (:help nvim-tree.setup): "
|
||||
local msg = "Following options were moved to setup, see git.io/JPhyt: "
|
||||
require'nvim-tree.utils'.echo_warning(msg..table.concat(x, ", "))
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user