Nvim: update plugins config to 0.10.0 version

This commit is contained in:
Robert Kmieć
2023-05-09 23:20:03 +02:00
parent 44d1da2188
commit 90378c1a75
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ return {
},
view = {
width = 35,
hide_root_folder = true,
side = 'left',
mappings = {
custom_only = false,
@@ -82,6 +81,7 @@ return {
},
},
renderer = {
root_folder_label = false,
indent_markers = {
enable = true -- this option shows indent markers when folders are open
},