fix: allow highlight overrides for DEFAULT_DEFS: NvimTreeFolderIcon, NvimTreeWindowPicker (#2636)
This commit is contained in:
parent
e9c5abe073
commit
74525ac047
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user