From 22ba950771e86b972edf0047a0d74d8f9950b712 Mon Sep 17 00:00:00 2001 From: Webhooked <9132742+webhooked@users.noreply.github.com> Date: Sun, 3 Aug 2025 13:10:12 +0200 Subject: [PATCH] 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. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83415d0..9c69221 100644 --- a/README.md +++ b/README.md @@ -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