We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567176f commit 52a6c8cCopy full SHA for 52a6c8c
README.md
@@ -57,6 +57,25 @@ use {
57
popup_border_style = "rounded",
58
enable_git_status = true,
59
enable_diagnostics = true,
60
+ default_component_configs = {
61
+ indent = {
62
+ indent_size = 2,
63
+ padding = 1, -- extra padding on left hand side
64
+ with_markers = true,
65
+ indent_marker = "│",
66
+ last_indent_marker = "└",
67
+ highlight = "NeoTreeIndentMarker",
68
+ },
69
+ icon = {
70
+ folder_closed = "",
71
+ folder_open = "",
72
+ trailing_slash = false,
73
+ default_icon = "*",
74
75
+ git_status = {
76
+ highlight = "NeoTreeDimText", -- if you remove this the status will be colorful
77
78
79
filesystem = {
80
filters = { --These filters are applied to both browsing and searching
81
show_hidden = false,
0 commit comments