summaryrefslogtreecommitdiff
path: root/lua/lvim/core/nvimtree.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2022-03-18 12:35:29 +0330
committerGitHub <[email protected]>2022-03-18 12:35:29 +0330
commite0a71dc40ceb8797ec40dcb9ae59c327e7f6c592 (patch)
treeeb2f94082a9cded274332ce43ca99e2d9ad02d0b /lua/lvim/core/nvimtree.lua
parenta5e5b50bc4c95905d8fd1fc1bf8bd0a1306dfe06 (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.lua1
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 = {