From a814ea2e14792f542092f7428e7c5446b0908b03 Mon Sep 17 00:00:00 2001 From: Chris Dawkins Date: Fri, 8 Oct 2021 01:00:05 -0600 Subject: fix: correct variable names in NvimTree setup table (#1710) Co-authored-by: chris --- lua/core/nvimtree.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/core/nvimtree.lua') diff --git a/lua/core/nvimtree.lua b/lua/core/nvimtree.lua index 8d3b1b6a..55cc6175 100644 --- a/lua/core/nvimtree.lua +++ b/lua/core/nvimtree.lua @@ -6,9 +6,9 @@ function M.config() active = true, on_config_done = nil, setup = { - auto_open = 0, + open_on_setup = 0, auto_close = 1, - tab_open = 0, + open_on_tab = 0, update_focused_file = { enable = 1, }, -- cgit v1.2.3