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 bf3d41e commit be2b860Copy full SHA for be2b860
doc/nvim-tree-lua.txt
@@ -446,8 +446,11 @@ Here is a list of the options available in the setup call:
446
default: `true`
447
448
- |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`
+ After or before the `filename` (after the file/folders icons).
+ 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"`
454
default: `before`
455
456
*nvim-tree.filters*
0 commit comments