No description
Find a file
Barrett Ruth 949da427bf
Some checks are pending
quality / changes (push) Waiting to run
quality / Lua Format Check (push) Blocked by required conditions
quality / Lua Lint Check (push) Blocked by required conditions
quality / Lua Type Check (push) Blocked by required conditions
quality / Markdown Format Check (push) Blocked by required conditions
quality / Mapping Sync Check (push) Waiting to run
ci: format
2026-03-02 20:28:25 -05:00
.github ci: systematically pull colors from nvim-web-devicons 2026-03-02 20:27:17 -05:00
doc fix(ci): luacats support 2026-02-23 17:25:57 -05:00
lua/nonicons ci: systematically pull colors from nvim-web-devicons 2026-03-02 20:27:17 -05:00
plugin fix(ci): luacats support 2026-02-23 17:25:57 -05:00
scripts ci: format 2026-03-02 20:28:25 -05:00
.editorconfig feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
.gitignore ci: migrate to nix 2026-02-23 18:14:33 -05:00
.luarc.json ci: migrate to nix 2026-02-23 18:14:33 -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 build(flake): add lua-language-server to devShell 2026-02-23 17:31:50 -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: note nvim-web-devicions as optional 2026-03-02 19:24:06 -05:00
selene.toml ci: migrate to nix 2026-02-23 18:14:33 -05:00
stylua.toml feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
vim.yaml doc: note nvim-web-devicions as optional 2026-03-02 19:24:06 -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