Skip to content

Commit e3903d3

Browse files
committed
add the doc
1 parent 8b84e1d commit e3903d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/nvim-tree-lua.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,10 @@ UI rendering setup
432432
*nvim-tree.renderer.icons.git_placement*
433433
Place where the git icons will be rendered.
434434
After or before the `filename` (after the file/folders icons).
435-
Type: `after` or `before`, Default: `before`
435+
When placed in the signcolumn, the value of signcolumn should be `yes`
436+
for the nvim-tree window.
437+
Note that the diagnostic signs will take precedence over the git signs.
438+
Type: `after`, `before` or `signcolumn`, Default: `before`
436439

437440
*nvim-tree.filters*
438441
Filtering options.

0 commit comments

Comments
 (0)