doc: add help hint to invalid config warning
This commit is contained in:
@@ -637,7 +637,7 @@ local function validate_options(conf)
|
|||||||
validate(conf, DEFAULT_OPTS, "")
|
validate(conf, DEFAULT_OPTS, "")
|
||||||
|
|
||||||
if msg then
|
if msg then
|
||||||
utils.warn(msg)
|
utils.warn(msg .. " | see :help nvim-tree-setup for available configuration options")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user