rm depcreated option from nvimtree config

pull/1739/head
siduck 1 year ago
parent 34bdca17d2
commit 12f26e91ef

@ -16,7 +16,6 @@ local options = {
adaptive_size = false,
side = "left",
width = 30,
hide_root_folder = true,
preserve_window_proportions = true,
},
git = {
@ -32,6 +31,7 @@ local options = {
},
},
renderer = {
root_folder_label = false,
highlight_git = false,
highlight_opened_files = "none",

Loading…
Cancel
Save