Browse Source

✨feat: disabled automatic updates

Naz 2 tháng trước cách đây
mục cha
commit
66124eda75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lua/config/lazy.lua

+ 1 - 1
lua/config/lazy.lua

@@ -22,5 +22,5 @@ require("lazy").setup({
 		{ import = "plugins" },
 	},
 	-- automatically check for plugin updates
-	checker = { enabled = true },
+	-- checker = { enabled = true },
 })