@@ -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" `
@@ -2247,6 +2247,9 @@ as per |:highlight|
2247
2247
2248
2248
Default linked group or definition follows name.
2249
2249
2250
+ neovim 0.9 has a limit of two highlight groups per range. The two highest
2251
+ priority groups as per | nvim-tree-opts-renderer | will be used.
2252
+
2250
2253
Standard: >
2251
2254
NvimTreeNormal Normal
2252
2255
NvimTreeNormalFloat NormalFloat
@@ -2365,7 +2368,7 @@ Diagnostics Folder Highlight: >
2365
2368
==============================================================================
2366
2369
8.1 HIGHLIGHT OVERHAUL *nvim-tree-highlight-overhaul*
2367
2370
2368
- 2023/10/XX revision xxxxx made significant highlighting changes, some breaking:
2371
+ 2023-12: significant highlighting changes, some breaking:
2369
2372
2370
2373
- Full cterm support.
2371
2374
- Standard vim highlight groups such | DiagnosticUnderlineError | are now the
0 commit comments