nvim-material-icon: Better file icon for Nvim

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nvim-nonicons

    Icon set using nonicons for neovim plugins and settings

  • As others have mentioned in this thread, you may want to consider some different approaches to your plugin and how you give users access to the customization you've done. Right now, it looks like your plugin looks identical to nvim-web-devicons but with a different set of default icons and colors. If your main goal is to provide this custom configuration, you could simply make nvim-web-devicons a dependency of your plugin and use the require("nvim-web-devicons").set_icon() API to set the custom icons and colors. This is a similar approach to a plugin I use nvim-nonicons.

  • nvim-material-icon

    Nvim material icon

  • Here is the link: nvim-material-icon

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • dotfiles

  • my config file

  • neo-tree.nvim

    Neovim plugin to manage the file system and other tree like structures.

  • The overrides don't seem to work here with neo-tree and bufferline. Too bad!

  • bufferline.nvim

    A snazzy bufferline for Neovim

  • The overrides don't seem to work here with neo-tree and bufferline. Too bad!

  • Iosevka-Mayukai

    Font based on Iosevka Custom Build, with combination from Iosevka SS04 Menlo, SS07 Monaco, SS09 Source Code Pro, SS12 Ubuntu Mono, SS14 Jetbrains Mono, Hack Style, and some Nerd Font Patching.

  • I'm using Iosevka Mayukai Monolite, large icons are common when not using a monospaced font tho.

  • nerd-fonts

    Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more

  • Nerd Fonts is a collection of popular fonts that have been patched to include icons from various sources. Nerd Fonts also includes scripts and tools to patch a font yourself if it is not already included in the repo.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nvim-web-devicons

    lua `fork` of vim-web-devicons for neovim

  • nvim-web-devicons is a plugin that maps filetypes to icons in a patched font and colors for those icons. It has default settings for both the icons and colors for many common filetypes, but they can be customized and you can add support for your own filetypes.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts