fix: correct variable names in NvimTree setup table (#1710)

Co-authored-by: chris <chris@dev>
This commit is contained in:
Chris Dawkins 2021-10-08 01:00:05 -06:00 committed by GitHub
parent f4899e3165
commit a814ea2e14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,9 @@ function M.config()
active = true, active = true,
on_config_done = nil, on_config_done = nil,
setup = { setup = {
auto_open = 0, open_on_setup = 0,
auto_close = 1, auto_close = 1,
tab_open = 0, open_on_tab = 0,
update_focused_file = { update_focused_file = {
enable = 1, enable = 1,
}, },