summaryrefslogtreecommitdiff
path: root/lua/user/nvim-tree.lua
diff options
context:
space:
mode:
authorVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 12:40:17 +0100
committerVito G. Graffagnino <vito@graffagnino.xyz>2022-05-28 12:40:17 +0100
commit993408daee54ae2a245b97602aaf73e6cdf3d8e1 (patch)
tree24da27cdf2999477ebb349ad2fc9e621e1e4985e /lua/user/nvim-tree.lua
parent24e1856862e859b60cd5b38fa6befa00f75de89a (diff)
parent418fed300187f0cd2dbd8d8fc791dd4aa08b70fe (diff)
Merge branch 'vgg' into 22-autocommands22-autocommands
Diffstat (limited to 'lua/user/nvim-tree.lua')
-rw-r--r--lua/user/nvim-tree.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua
index a994350..e23b560 100644
--- a/lua/user/nvim-tree.lua
+++ b/lua/user/nvim-tree.lua
@@ -104,5 +104,15 @@ nvim_tree.setup {
enable = false,
},
},
+ quit_on_open = 0,
+ git_hl = 1,
+ disable_window_picker = 0,
+ root_folder_modifier = ":t",
+ show_icons = {
+ git = 1,
+ folders = 1,
+ files = 1,
+ folder_arrows = 1,
+ tree_width = 30,
},
}