resources/icons/nerdfont/README.md
Nerd Fonts installed either through a patched font or available as a fallback font.
In broot config file, set
icon_theme: nerdfont
These icons are limited by availability of symbols in Nerd Fonts, so this feature can only support a subset of filetypes available in vscode theme.
If you want to find an icon for a file: go to https://www.nerdfonts.com/cheat-sheet and search for:
Open ./icon_name_to_icon_code_point_map.rs then in the same session, switch to file you want to edit use C-n and C-y in edit mode
This plugin currently searches for lowercase, make everything so
Remember to run :Tabularize over ')' and ','. <a href="https://github.com/godlygeek/tabular?tab=readme-ov-file">The tabular Plugin</a>
:'<,'>!sort
cargo run in debug mode should figure out some problems.