Skip to content

Commit 8eed3ff

Browse files
committed
chore: add git url in deprecation warning
1 parent 5c32c1d commit 8eed3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/nvim-tree-startup.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ local x = vim.tbl_filter(function(v)
3232
end, out_config)
3333

3434
if #x > 0 then
35-
local msg = "Following options were moved to setup (:help nvim-tree.setup): "
35+
local msg = "Following options were moved to setup, see git.io/JPhyt: "
3636
require'nvim-tree.utils'.echo_warning(msg..table.concat(x, ", "))
3737
end

0 commit comments

Comments
 (0)