aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-05-03 12:17:01 +0200
committerAleksa Vučković <aleksav013@gmail.com>2022-05-03 12:17:01 +0200
commit594afd2fcb9d108d7d704f46b2d0398dea9644ee (patch)
tree47a84b3a11c0323e04028d876cafa969c9c9e077
parentba9f6e1873a936b476bfb006923069e723eab7fd (diff)
nvim-tree fix after update
-rw-r--r--lua/user/nvim-tree.lua17
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,
- },
}