From 594afd2fcb9d108d7d704f46b2d0398dea9644ee Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Tue, 3 May 2022 12:17:01 +0200 Subject: nvim-tree fix after update --- lua/user/nvim-tree.lua | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'lua/user/nvim-tree.lua') 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, - }, } -- cgit v1.2.3