-
Beta Was this translation helpful? Give feedback.
Answered by
ReKylee
Dec 26, 2024
Replies: 1 comment 4 replies
-
fn_transform is only used when using an external shell command, you already have the results in a lua table, so modify the entries in your results = vim.tbl_map(function(x)
return fzf_lua.make_entry.file(x, { file_icons = true, color_icons = true })
end, results) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi!
Eventually I settled on this: