mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 07:09:23 +02:00
fix: correct variable names in NvimTree setup table (#1710)
Co-authored-by: chris <chris@dev>
This commit is contained in:
parent
f4899e3165
commit
a814ea2e14
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue