nonicons.nvim/README.md
Barrett Ruth a31bc21def
docs(readme): replace lazy.nvim FAQ with recipes reference (#4)
* docs(readme): replace lazy.nvim FAQ with recipes reference

Problem: the FAQ inlined a lazy.nvim snippet that duplicates vimdoc
content and doesn't cover other plugin integrations.

Solution: replace with a generic "How do I integrate with plugin <X>?"
entry pointing to :help nonicons-recipes. Also track flake.lock.

* fix(ci): format
2026-02-17 20:35:20 -05:00

1 KiB

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

How do I integrate with plugin <X>?

See :help nonicons-recipes.

Acknowledgements