doc: add help hint to invalid config warning

This commit is contained in:
Alexander Courtis
2022-07-18 10:13:16 +10:00
parent 06e48c29c4
commit 16753d5e25

View File

@@ -637,7 +637,7 @@ local function validate_options(conf)
validate(conf, DEFAULT_OPTS, "")
if msg then
utils.warn(msg)
utils.warn(msg .. " | see :help nvim-tree-setup for available configuration options")
end
end