Skip to content

Commit

Permalink
fix: allow highlight overrides for DEFAULT_DEFS: NvimTreeFolderIcon, …
Browse files Browse the repository at this point in the history
…NvimTreeWindowPicker (#2636)
  • Loading branch information
kevmuko authored Jan 20, 2024
1 parent e9c5abe commit 74525ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvim-tree/appearance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ local LEGACY_LINKS = {
function M.setup()
-- non-linked
for k, d in pairs(DEFAULT_DEFS) do
vim.api.nvim_command("hi " .. k .. " " .. d)
vim.api.nvim_command("hi def " .. k .. " " .. d)
end

-- hard link override when legacy only is present
Expand Down

0 comments on commit 74525ac

Please sign in to comment.