mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-07 17:46:59 +02:00
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:
parent
ea3b2b423b
commit
22ba950771
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue