ソースを参照

✨feat: disabled automatic updates

Naz 2 ヶ月 前
コミット
66124eda75
1 ファイル変更1 行追加1 行削除
  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 },
 })