Skip to content

Commit 8c75e8a

Browse files
authored
doc: minor updates to help doc (#1443)
1 parent 06e6cee commit 8c75e8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/neo-tree.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ for a deeper dive into customizing this aspect. If you wish to configure those
10171017
components in a universal way, the best place to do that is in the
10181018
`default_component_configs` section of the config.
10191019

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
10211021
for each source, or just do it once in the default_component_configs section:
10221022

10231023
>lua
@@ -1174,8 +1174,8 @@ config when calling the setup function.
11741174

11751175
INDENT MARKERS *neo-tree-indent-markers*
11761176

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
11791179
`indent` component:
11801180

11811181
...at the global level:
@@ -1555,7 +1555,7 @@ configs for each source, look at the default config by pasting it with
15551555
:lua require("neo-tree").paste_default_config()
15561556
<
15571557
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
15591559

15601560
A default `renderers` config is specified at the root level and will be used
15611561
by each source unless another renderer is defined. If you just want to

0 commit comments

Comments
 (0)