@@ -790,8 +790,8 @@ Use nvim-tree in a floating window.
790790==============================================================================
791791 5.3 OPTS: RENDERER *nvim-tree-opts-renderer*
792792
793- Highlight precedence:
794- cut > copied > diagnostics > bookmarked > modified > opened > git
793+ Highlight precedence, additive :
794+ git < opened < modified < bookmarked < diagnostics < copied < cut
795795
796796*nvim-tree.renderer.add_trailing*
797797Appends a trailing slash to folder names.
@@ -895,8 +895,8 @@ Configuration options for tree indent markers.
895895*nvim-tree.renderer.icons*
896896Configuration options for icons.
897897
898- Icon sign column precedence:
899- diagnostics > bookmarked > modified > git
898+ Icon order and sign column precedence:
899+ git < modified < bookmarked < diagnostics
900900
901901 *nvim-tree.renderer.icons.web_devicons*
902902 Configure optional plugin `" nvim-tree/nvim-web-devicons" `
@@ -2223,6 +2223,9 @@ as per |:highlight|
22232223
22242224Default linked group or definition follows name.
22252225
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+
22262229Standard: >
22272230 NvimTreeNormal Normal
22282231 NvimTreeNormalFloat NormalFloat
@@ -2341,7 +2344,7 @@ Diagnostics Folder Highlight: >
23412344==============================================================================
23422345 8.1 HIGHLIGHT OVERHAUL *nvim-tree-highlight-overhaul*
23432346
2344- 2023/10/XX revision xxxxx made significant highlighting changes, some breaking:
2347+ 2023-12: significant highlighting changes, some breaking:
23452348
23462349- Full cterm support.
23472350- Standard vim highlight groups such | DiagnosticUnderlineError | are now the
0 commit comments