diff options
Diffstat (limited to 'lua/user/nvim-tree.lua')
| -rw-r--r-- | lua/user/nvim-tree.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua index ee53380..fb0a91d 100644 --- a/lua/user/nvim-tree.lua +++ b/lua/user/nvim-tree.lua @@ -42,14 +42,9 @@ nvim_tree.setup { "dashboard", "alpha", }, --- auto_close = true, open_on_tab = false, hijack_cursor = false, update_cwd = true, - update_to_buf_dir = { - enable = true, - auto_open = true, - }, diagnostics = { enable = true, icons = { @@ -82,7 +77,6 @@ nvim_tree.setup { height = 30, hide_root_folder = false, side = "left", - auto_resize = true, mappings = { custom_only = false, list = { @@ -98,15 +92,4 @@ nvim_tree.setup { cmd = "trash", require_confirm = true, }, - 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, - }, } |
