Skip to content

Commit 3e642ba

Browse files
committed
fix: add missing hide_root_folder from view config
1 parent 27defe3 commit 3e642ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim-tree.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
324324
view = {
325325
width = 30,
326326
height = 30,
327+
hide_root_folder = false,
327328
side = "left",
328329
preserve_window_proportions = false,
329330
number = false,

0 commit comments

Comments
 (0)