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:
parent
7ba8508995
commit
a31bc21def
2 changed files with 47 additions and 8 deletions
12
README.md
12
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue