File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -389,6 +389,7 @@ Following is the default configuration. See |nvim-tree-opts| for details.
389
389
highlight_modified = "none",
390
390
highlight_bookmarks = false,
391
391
highlight_clipboard = true,
392
+ highlight_bookmarks = false,
392
393
indent_markers = {
393
394
enable = false,
394
395
inline_arrows = true,
@@ -851,6 +852,10 @@ Enable highlight for clipboard items using the `NvimTreeCutText` and
851
852
`NvimTreeCopiedText` highlight groups.
852
853
Type: `boolean ` , Default: `true`
853
854
855
+ *nvim-tree.renderer.highlight_bookmarks*
856
+ Highlight bookmarked using the `NvimTreeBookmarkText` highlight group.
857
+ Type: `boolean ` , Default `false`
858
+
854
859
*nvim-tree.renderer.indent_markers*
855
860
Configuration options for tree indent markers.
856
861
Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
419
419
highlight_modified = " none" ,
420
420
highlight_bookmarks = false ,
421
421
highlight_clipboard = true ,
422
+ highlight_bookmarks = false ,
422
423
indent_markers = {
423
424
enable = false ,
424
425
inline_arrows = true ,
You can’t perform that action at this time.
0 commit comments