[mini.pick] is there an easy way to replace/disable icons? #1474
-
Contributing guidelines
Module(s)mini.pick Questionis there an easy way to replace the folder/dir icons in mini.pick? also, one thing: I used a lot on fzf-lua and telescope, is there an easy way to add picker for user keymaps? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I do local pick = require("mini.pick")
pick.setup({ source = { show = pick.default_show } }) to disable icons as I couldn't find an option similar to mini.statusline's |
Beta Was this translation helpful? Give feedback.
-
For reference, completely disabling icons is documented. Adjusting is done in similar way but with
You can use |
Beta Was this translation helpful? Give feedback.
I do
to disable icons as I couldn't find an option similar to mini.statusline's
show_icons
.