@@ -790,8 +790,8 @@ Use nvim-tree in a floating window.
790
790
==============================================================================
791
791
5.3 OPTS: RENDERER *nvim-tree-opts-renderer*
792
792
793
- Highlight precedence:
794
- cut > copied > diagnostics > bookmarked > modified > opened > git
793
+ Highlight precedence, additive :
794
+ git < opened < modified < bookmarked < diagnostics < copied < cut
795
795
796
796
*nvim-tree.renderer.add_trailing*
797
797
Appends a trailing slash to folder names.
@@ -895,8 +895,8 @@ Configuration options for tree indent markers.
895
895
*nvim-tree.renderer.icons*
896
896
Configuration options for icons.
897
897
898
- Icon sign column precedence:
899
- diagnostics > bookmarked > modified > git
898
+ Icon order and sign column precedence:
899
+ git < modified < bookmarked < diagnostics
900
900
901
901
*nvim-tree.renderer.icons.web_devicons*
902
902
Configure optional plugin `" nvim-tree/nvim-web-devicons" `
@@ -2223,6 +2223,9 @@ as per |:highlight|
2223
2223
2224
2224
Default linked group or definition follows name.
2225
2225
2226
+ neovim 0.9 has a limit of two highlight groups per range. The two highest
2227
+ priority groups as per | nvim-tree-opts-renderer | will be used.
2228
+
2226
2229
Standard: >
2227
2230
NvimTreeNormal Normal
2228
2231
NvimTreeNormalFloat NormalFloat
@@ -2341,7 +2344,7 @@ Diagnostics Folder Highlight: >
2341
2344
==============================================================================
2342
2345
8.1 HIGHLIGHT OVERHAUL *nvim-tree-highlight-overhaul*
2343
2346
2344
- 2023/10/XX revision xxxxx made significant highlighting changes, some breaking:
2347
+ 2023-12: significant highlighting changes, some breaking:
2345
2348
2346
2349
- Full cterm support.
2347
2350
- Standard vim highlight groups such | DiagnosticUnderlineError | are now the
0 commit comments