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.
This commit is contained in:
Barrett Ruth 2026-02-17 20:26:32 -05:00
parent 8f3459132d
commit 604469999a
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 45 additions and 7 deletions

View file

@ -32,14 +32,9 @@ luarocks install nonicons.nvim
## FAQ
**How do I install with lazy.nvim?**
**How do I integrate with plugin \<X\>?**
```lua
{
'barrettruth/nonicons.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
}
```
See `:help nonicons-recipes`.
## Acknowledgements