Skip to content

Commit ce90c7b

Browse files
committed
disabled snapshot
1 parent 7a08267 commit ce90c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/plugins.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ packer.startup({
174174
-- 锁定插件版本在snapshots目录
175175
snapshot_path = require("packer.util").join_paths(vim.fn.stdpath("config"), "snapshots"),
176176
-- 这里锁定插件版本在v1,不会继续更新插件
177-
snapshot = "v1",
177+
-- snapshot = require("packer.util").join_paths(vim.fn.stdpath("config"), "snapshots") .. "/v1",
178+
-- snapshot = "v1",
178179

179180
-- 最大并发数
180181
max_jobs = 16,

0 commit comments

Comments
 (0)