rm depcreated option from nvimtree config
This commit is contained in:
parent
34bdca17d2
commit
12f26e91ef
|
@ -16,7 +16,6 @@ local options = {
|
||||||
adaptive_size = false,
|
adaptive_size = false,
|
||||||
side = "left",
|
side = "left",
|
||||||
width = 30,
|
width = 30,
|
||||||
hide_root_folder = true,
|
|
||||||
preserve_window_proportions = true,
|
preserve_window_proportions = true,
|
||||||
},
|
},
|
||||||
git = {
|
git = {
|
||||||
|
@ -32,6 +31,7 @@ local options = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
renderer = {
|
renderer = {
|
||||||
|
root_folder_label = false,
|
||||||
highlight_git = false,
|
highlight_git = false,
|
||||||
highlight_opened_files = "none",
|
highlight_opened_files = "none",
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue