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