Explorar o código

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

Co-authored-by: chris <chris@dev>
Chris Dawkins %!s(int64=3) %!d(string=hai) anos
pai
achega
a814ea2e14
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lua/core/nvimtree.lua

+ 2 - 2
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,
       },