utilyre / barbecue.nvim

Visual Studio Code inspired breadcrumbs plugin for the Neovim editor
MIT License
776 stars 31 forks source link

[FEAT]: Add Try catch to make open files without icon do not crash #114

Open chaozwn opened 2 months ago

chaozwn commented 2 months ago

Requirements

Problem

When opening a file without exclude_filetypes, it will crash directly. It is recommended not to do so, and it is not displayed by default. link: https://github.com/chaozwn/astronvim_with_coc_or_mason/issues/21

Solution Suggestion

same above.

Workaround

No response