Browse Source

fix: nvim-tree taking half the window on open (#2357)

Abouzar Parvan 3 years ago
parent
commit
e0a71dc40c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lua/lvim/core/nvimtree.lua

+ 1 - 0
lua/lvim/core/nvimtree.lua

@@ -79,6 +79,7 @@ function M.config()
           global = false,
         },
         open_file = {
+          resize_window = true,
           quit_on_open = false,
         },
         window_picker = {