mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 13:31:04 +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 {
|
return {
|
||||||
"LazyVim/LazyVim",
|
"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 = {
|
opts = {
|
||||||
-- colorscheme = "tokyonight-moon",
|
-- colorscheme = "tokyonight-moon",
|
||||||
colorscheme = "tokyonight-storm",
|
colorscheme = "tokyonight-storm",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue