fix: folder.symlink* was incorrectly rendered as folder.default|open

This commit is contained in:
Alexander Courtis 2024-11-03 12:05:03 +11:00
parent 82ab19ebf7
commit 42c745ade5

View File

@ -16,7 +16,7 @@ end
---@return string icon
---@return string? name
local function get_folder_icon_default(node, has_children)
local is_symlink = node.links_to ~= nil
local is_symlink = node.link_to ~= nil
local n
if is_symlink and node.open then
n = M.config.glyphs.folder.symlink_open