Skip to content

Commit be2b860

Browse files
committed
add the doc
1 parent bf3d41e commit be2b860

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/nvim-tree-lua.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,11 @@ Here is a list of the options available in the setup call:
446446
default: `true`
447447

448448
- |renderer.icons.git_placement|: place where the git icons will be rendered.
449-
After or before the `filename` (after the file/folders icons).
450-
type: `after` or `before`
449+
After or before the `filename` (after the file/folders icons).
450+
When placed in the signcolumn, the value of signcolumn should be `yes`
451+
for the nvim-tree window.
452+
Note that the diagnostic signs will take precedence over the git signs.
453+
type: `"after"`, `"before"` or `"signcolumn"`
451454
default: `before`
452455

453456
*nvim-tree.filters*

0 commit comments

Comments
 (0)