Nvim: update plugins config to 0.10.0 version
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ return {
|
|||||||
"gitattributes",
|
"gitattributes",
|
||||||
"gitcommit",
|
"gitcommit",
|
||||||
"gitignore",
|
"gitignore",
|
||||||
"help",
|
"vimdoc",
|
||||||
"http",
|
"http",
|
||||||
"ini",
|
"ini",
|
||||||
"jq",
|
"jq",
|
||||||
|
|||||||
Reference in New Issue
Block a user