diff options
author | Abouzar Parvan <[email protected]> | 2022-03-18 12:35:29 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-18 12:35:29 +0330 |
commit | e0a71dc40ceb8797ec40dcb9ae59c327e7f6c592 (patch) | |
tree | eb2f94082a9cded274332ce43ca99e2d9ad02d0b /lua/lvim/core/nvimtree.lua | |
parent | a5e5b50bc4c95905d8fd1fc1bf8bd0a1306dfe06 (diff) |
fix: nvim-tree taking half the window on open (#2357)
Diffstat (limited to 'lua/lvim/core/nvimtree.lua')
-rw-r--r-- | lua/lvim/core/nvimtree.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index 6b6997ca..bcdf963d 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/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 = { |