mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Disable auto update
This commit is contained in:
parent
816c32b1bc
commit
509ad02345
1 changed files with 7 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue