Skip to content

Commit c9ed718

Browse files
committed
feat(#1079): add highlight NvimTreeCopiedText and NvimTreeCutText
1 parent 9689d0d commit c9ed718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/renderer/builder.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ function Builder:_get_highlight_extra(node)
299299
local name_hl = {}
300300

301301
-- clipboard
302-
local clipboard_highlight = require "nvim-tree.actions.fs.copy-paste".get_highlight(node)
302+
local clipboard_highlight = require("nvim-tree.actions.fs.copy-paste").get_highlight(node)
303303
table.insert(name_hl, clipboard_highlight)
304304

305305
return icon_hl, name_hl

0 commit comments

Comments
 (0)