From 509ad02345f809193bd9de8469a0171ff2811c0a Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Thu, 16 Jan 2025 16:35:01 -0300 Subject: [PATCH] Disable auto update --- lua/plugins/lazyvim.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/plugins/lazyvim.lua b/lua/plugins/lazyvim.lua index e71f40c..ee5c1b9 100644 --- a/lua/plugins/lazyvim.lua +++ b/lua/plugins/lazyvim.lua @@ -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",