docs(README): Fix the usage instructions for lazy.nvim version (#1100)

This commit is contained in:
aniaan 2025-01-17 11:33:56 +08:00 committed by GitHub
parent 19bbef5420
commit bcce6bd9e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ For building binary if you wish to build from source, then `cargo` is required.
"yetone/avante.nvim",
event = "VeryLazy",
lazy = false,
version = false, -- set this to "*" if you want to always pull the latest change, false to update on release
version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes.
opts = {
-- add any opts here
},