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 8b84e1d commit e3903d3Copy full SHA for e3903d3
doc/nvim-tree-lua.txt
@@ -432,7 +432,10 @@ UI rendering setup
432
*nvim-tree.renderer.icons.git_placement*
433
Place where the git icons will be rendered.
434
After or before the `filename` (after the file/folders icons).
435
- Type: `after` or `before`, Default: `before`
+ 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`
439
440
*nvim-tree.filters*
441
Filtering options.
0 commit comments