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
This commit is contained in:
Barrett Ruth 2026-02-17 20:35:20 -05:00 committed by GitHub
parent 7ba8508995
commit a31bc21def
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 47 additions and 8 deletions

View file

@ -6,7 +6,8 @@
## Features
- Replaces [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) glyphs with nonicons font icons
- Replaces [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)
glyphs with nonicons font icons
- Any plugin using nvim-web-devicons works automatically
## Requirements
@ -31,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

43
flake.lock generated Normal file
View file

@ -0,0 +1,43 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1771177547,
"narHash": "sha256-trTtk3WTOHz7hSw89xIIvahkgoFJYQ0G43IlqprFoMA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ac055f38c798b0d87695240c7b761b82fc7e5bc2",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"systems": "systems"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}