@@ -1017,7 +1017,7 @@ for a deeper dive into customizing this aspect. If you wish to configure those
1017
1017
components in a universal way, the best place to do that is in the
1018
1018
`default_component_configs` section of the config.
1019
1019
1020
- For example, to add indent markers, you can apply your settings in each renderer
1020
+ For example, to configure indent markers, you can apply your settings in each renderer
1021
1021
for each source, or just do it once in the default_component_configs section:
1022
1022
1023
1023
>lua
@@ -1174,8 +1174,8 @@ config when calling the setup function.
1174
1174
1175
1175
INDENT MARKERS *neo-tree-indent-markers*
1176
1176
1177
- By default, indent markers (aka indent guides) are disabled . In Neo-tree
1178
- indent is a component, so to enable indent markers, you need configure the
1177
+ By default, indent markers (aka indent guides) are enabled . In Neo-tree
1178
+ indent is a component, so to edit indent markers, you can configure the
1179
1179
`indent ` component:
1180
1180
1181
1181
...at the global level:
@@ -1555,7 +1555,7 @@ configs for each source, look at the default config by pasting it with
1555
1555
:lua require("neo-tree").paste_default_config()
1556
1556
<
1557
1557
or view it online at:
1558
- https://github.com/nvim-neo-tree/neo-tree.nvim/blob/v1 .x/lua/neo-tree/defaults.lua
1558
+ https://github.com/nvim-neo-tree/neo-tree.nvim/blob/v3 .x/lua/neo-tree/defaults.lua
1559
1559
1560
1560
A default `renderers` config is specified at the root level and will be used
1561
1561
by each source unless another renderer is defined. If you just want to
0 commit comments