Replies: 3 comments 5 replies
-
tested head and it's working as discussed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ibhagwan , now, to make icons appear should be modified config from: require("fzf-lua").setup {
"telescope",
} to require("fzf-lua").setup {
"telescope",
defaults = {
file_icons = true,
},
} It was done on purpose? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings! I'm trying to use fzf-lua without icons, i have tried the following setups
and although fzf-lua doesn't show icons, it still loads the icon package during initialization. according to
:Lazy profile
as you can see the
nvim-web-devicons
package takes a huge chunk of fzf-lua init time.So, is this by design or we can just pass requiring the icon package if icons are turned off? It seems very costly and unnessary when we don't need icons.
Beta Was this translation helpful? Give feedback.
All reactions