Skip to content

Commit 74525ac

Browse files
authored
fix: allow highlight overrides for DEFAULT_DEFS: NvimTreeFolderIcon, NvimTreeWindowPicker (#2636)
1 parent e9c5abe commit 74525ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/appearance.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ local LEGACY_LINKS = {
191191
function M.setup()
192192
-- non-linked
193193
for k, d in pairs(DEFAULT_DEFS) do
194-
vim.api.nvim_command("hi " .. k .. " " .. d)
194+
vim.api.nvim_command("hi def " .. k .. " " .. d)
195195
end
196196

197197
-- hard link override when legacy only is present

0 commit comments

Comments
 (0)