Disable auto update

This commit is contained in:
Marcelo Jacobus 2025-01-16 16:35:01 -03:00
parent 816c32b1bc
commit 509ad02345

View file

@ -1,5 +1,12 @@
return {
"LazyVim/LazyVim",
defaults = {
lazy = false, -- Ensures plugins do not update automatically
version = false, -- Prevents auto-updating to the latest version
},
-- lockfile = vim.fn.stdpath("data") .. "/lazy/lazy-lock.json", -- Ensures updates use the lock file
opts = {
-- colorscheme = "tokyonight-moon",
colorscheme = "tokyonight-storm",