fix(docs): lazy = false

This commit is contained in:
Barrett Ruth 2026-02-18 12:50:22 -05:00
parent 01e21ec579
commit c79a8b5b28
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -23,6 +23,7 @@ Load nvim-web-devicons before nonicons.nvim. For example, with lazy.nvim: >lua
{ {
'barrettruth/nonicons.nvim', 'barrettruth/nonicons.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' }, dependencies = { 'nvim-tree/nvim-web-devicons' },
lazy = false,
} }
< <
The plugin works automatically with no configuration required. For The plugin works automatically with no configuration required. For