We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9689d0d commit c9ed718Copy full SHA for c9ed718
lua/nvim-tree/renderer/builder.lua
@@ -299,7 +299,7 @@ function Builder:_get_highlight_extra(node)
299
local name_hl = {}
300
301
-- clipboard
302
- local clipboard_highlight = require "nvim-tree.actions.fs.copy-paste".get_highlight(node)
+ local clipboard_highlight = require("nvim-tree.actions.fs.copy-paste").get_highlight(node)
303
table.insert(name_hl, clipboard_highlight)
304
305
return icon_hl, name_hl
0 commit comments