docs: prioritize lazy.nvim in installation examples

Move lazy.nvim configuration to the top of installation examples
since it's the more commonly used package manager for Neovim.
This commit is contained in:
Webhooked 2025-08-03 13:10:12 +02:00
commit 22ba950771

View file

@ -38,15 +38,15 @@
Download with your favorite package manager.
```lua
-- Using Packer
use "webhooked/kanso.nvim"
-- Using Lazy
{
"webhooked/kanso.nvim",
lazy = false,
priority = 1000,
}
-- Using Packer
use "webhooked/kanso.nvim"
```
## 📋 Requirements