No description
Find a file
Barrett Ruth b9a310dc37
refactor: wire override.lua to resolve module
Problem: override.lua still has its own copies of ext_map,
filename_map, and resolve(), duplicating the newly extracted
resolve module.

Solution: replace local tables and resolve() with imports from
nonicons.resolve. Update all *_by_filetype overrides to use
resolve_filetype() instead of raw ext_map[ft], gaining ft_map
fallback and direct mapping key lookup.
2026-02-22 21:31:25 -05:00
.github feat(ci): add scheduled upstream mapping sync workflow (#9) 2026-02-18 13:25:39 -05:00
doc fix: ghostty install instructions (#8) 2026-02-18 12:51:22 -05:00
lua/nonicons refactor: wire override.lua to resolve module 2026-02-22 21:31:25 -05:00
plugin feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
.editorconfig feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
.gitignore feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
.luarc.json feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
.pre-commit-config.yaml feat: add project infrastructure and rewrite README 2026-02-17 20:07:16 -05:00
.prettierignore feat: add project infrastructure and rewrite README 2026-02-17 20:07:16 -05:00
.prettierrc feat: add project infrastructure and rewrite README 2026-02-17 20:07:16 -05:00
flake.lock docs(readme): replace lazy.nvim FAQ with recipes reference (#4) 2026-02-17 20:35:20 -05:00
flake.nix feat: add project infrastructure and rewrite README 2026-02-17 20:07:16 -05:00
LICENSE feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
nonicons.nvim-scm-1.rockspec feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
README.md doc: improve q&a format 2026-02-21 23:02:31 -05:00
selene.toml feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
stylua.toml feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
vim.toml feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00

nonicons.nvim

Nonicons for Neovim

Image

Features

  • Replaces nvim-web-devicons glyphs with nonicons font icons
  • Any plugin using nvim-web-devicons works automatically

Requirements

Installation

Install with your package manager of choice or via luarocks:

luarocks install nonicons.nvim

Documentation

:help nonicons.nvim

FAQ

Q: How do I integrate with plugin X?

See :help nonicons-recipes.

Acknowledgements