aboutsummaryrefslogtreecommitdiff
path: root/lua/user/nvimtree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/nvimtree.lua')
-rw-r--r--lua/user/nvimtree.lua32
1 files changed, 16 insertions, 16 deletions
diff --git a/lua/user/nvimtree.lua b/lua/user/nvimtree.lua
index a9c46c9..9e66654 100644
--- a/lua/user/nvimtree.lua
+++ b/lua/user/nvimtree.lua
@@ -42,10 +42,10 @@ nvim_tree.setup {
open_on_tab = false,
hijack_cursor = false,
update_cwd = true,
- update_to_buf_dir = {
- enable = true,
- auto_open = true,
- },
+ -- update_to_buf_dir = {
+ -- enable = true,
+ -- auto_open = true,
+ -- },
diagnostics = {
enable = true,
icons = {
@@ -70,7 +70,7 @@ nvim_tree.setup {
height = 30,
hide_root_folder = false,
side = "left",
- auto_resize = true,
+ -- auto_resize = true,
mappings = {
custom_only = false,
list = {
@@ -82,15 +82,15 @@ nvim_tree.setup {
number = false,
relativenumber = 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,
- },
+ -- 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,
+ -- },
}