No description
Find a file
2026-02-23 18:14:33 -05:00
.github ci: migrate to nix 2026-02-23 18:14:33 -05:00
doc fix(ci): luacats support 2026-02-23 17:25:57 -05:00
lua/nonicons fix: resolve luacats return-type-mismatch and cast-local-type warnings 2026-02-23 17:31:45 -05:00
plugin fix(ci): luacats support 2026-02-23 17:25:57 -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: improve q&a format 2026-02-21 23:02:31 -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 ci: migrate to nix 2026-02-23 18:14:33 -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