mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
fix(picker.zoxide): directory icon (#1031)
## Description Fix the icon for `Snacks.picker.zoxide()`. ## Related Issue(s) None. ## Screenshots Before: <img width="1168" alt="image" src="https://github.com/user-attachments/assets/1c0fd481-eaa7-4bcd-8a1c-a45df35c512e" /> After: <img width="1168" alt="image" src="https://github.com/user-attachments/assets/b67d135d-350b-462b-b630-7801063295ac" />
This commit is contained in:
parent
63c3522831
commit
33dbebb753
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ function M.zoxide(opts, ctx)
|
|||
---@param item snacks.picker.finder.Item
|
||||
transform = function(item)
|
||||
item.file = item.text
|
||||
item.dir = true
|
||||
end,
|
||||
},
|
||||
}, ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue