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