[FIX] nvim-tree warnings

pull/152/head
Rohan Ghige 3 years ago
parent 23c927e16d
commit 6755f98df9

@ -42,7 +42,6 @@ nvim_tree.setup {
"dashboard", "dashboard",
"alpha", "alpha",
}, },
auto_close = true,
open_on_tab = false, open_on_tab = false,
hijack_cursor = false, hijack_cursor = false,
update_cwd = true, update_cwd = true,
@ -98,15 +97,12 @@ nvim_tree.setup {
cmd = "trash", cmd = "trash",
require_confirm = true, require_confirm = true,
}, },
quit_on_open = 0, actions = {
git_hl = 1, open_file = {
disable_window_picker = 0, quit_on_open = false,
root_folder_modifier = ":t", window_picker = {
show_icons = { enable = false,
git = 1, },
folders = 1, },
files = 1,
folder_arrows = 1,
tree_width = 30,
}, },
} }

Loading…
Cancel
Save