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",