mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 05:51:04 +00:00
task: Disable updates
This commit is contained in:
parent
c3688d2420
commit
d7480503c6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ require("lazy").setup({
|
||||||
},
|
},
|
||||||
install = { colorscheme = { "tokyonight", "habamax", "catppuccin-mocha" } },
|
install = { colorscheme = { "tokyonight", "habamax", "catppuccin-mocha" } },
|
||||||
|
|
||||||
checker = { enabled = true }, -- automatically check for plugin updates
|
checker = { enabled = false }, -- automatically check for plugin updates
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
-- disable some rtp plugins
|
-- disable some rtp plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue