Currently, Micro feels visually "plain" compared to other modern terminal editors (like Helix or Neovim configurations) when it comes to file identification. I would like to request native support for Nerd Fonts icons within Micro core and its default plugins. This would greatly improve visual navigation and UI aesthetics.
Implementation suggestions:
- Statusline: Display the file type icon next to the filename or filetype indicator.
- Filemanager: Display folder icons (open/closed) and file type icons next to items in the tree view.
- Configuration: Introduce a global option (e.g.,
nerdfonts) to control this.
Crucially, this option should be false (disabled)by default. This ensures that Micro remains lightweight and compatible with standard terminals/fonts out of the box. Only users with patched fonts who explicitly want this feature would enable it (e.g., set nerdfonts true).