Bekaboo / dropbar.nvim

IDE-like breadcrumbs, out of the box
GNU General Public License v3.0
966 stars 21 forks source link

[Feature]: support of `mini.icons` #179

Closed mathjiajia closed 2 weeks ago

mathjiajia commented 2 weeks ago

Problem

Currently only support nvim-web-devicons it will be great to support mini.icons as well

ref: https://github.com/echasnovski/mini.icons

Expected behavior

display the correct icon/hl when mini.icons is available`

Bekaboo commented 2 weeks ago

I think you can use MiniIcons.mock_nvim_web_devicons(), as mentioned in their doc.

mathjiajia commented 2 weeks ago

why not to have a ‘native’ support?