chore: add git url in deprecation warning

This commit is contained in:
kiyan
2021-11-27 13:40:09 +01:00
parent 5c32c1d8b3
commit 8eed3ff805

View File

@@ -32,6 +32,6 @@ local x = vim.tbl_filter(function(v)
end, out_config) end, out_config)
if #x > 0 then 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, ", ")) require'nvim-tree.utils'.echo_warning(msg..table.concat(x, ", "))
end end