Skip to content

Commit b6f2d2f

Browse files
committed
chore: disable auto update
1 parent 0ed3bf3 commit b6f2d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvim/lua/config/lazy.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require("lazy").setup({
3232
-- version = "*", -- try installing the latest stable version for plugins that support semver
3333
},
3434
install = { colorscheme = { "tokyonight", "habamax" } },
35-
checker = { enabled = true }, -- automatically check for plugin updates
35+
checker = { enabled = false }, -- automatically check for plugin updates
3636
performance = {
3737
rtp = {
3838
-- disable some rtp plugins

0 commit comments

Comments
 (0)