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

View File

@@ -39,7 +39,7 @@ return {
"gitattributes", "gitattributes",
"gitcommit", "gitcommit",
"gitignore", "gitignore",
"help", "vimdoc",
"http", "http",
"ini", "ini",
"jq", "jq",