From b7dea1ae66fdfb4b5a0e4992b4e7fbf70df0ec86 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 16 Feb 2023 17:12:59 +0200 Subject: [PATCH] Pin plugins --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d9c29e7..f033bcb 100644 --- a/init.lua +++ b/init.lua @@ -11,7 +11,7 @@ local config = { version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY) branch = "main", -- branch name (NIGHTLY ONLY) commit = nil, -- commit hash (NIGHTLY ONLY) - pin_plugins = nil, -- nil, true, false (nil will pin plugins on stable only) + pin_plugins = true, -- nil, true, false (nil will pin plugins on stable only) skip_prompts = false, -- skip prompts about breaking changes show_changelog = true, -- show the changelog after performing an update auto_reload = true, -- automatically reload and sync packer after a successful update