add: Packer snapshot feature (#721)
This commit is contained in:
@@ -27,6 +27,8 @@ if not present then
|
||||
end
|
||||
end
|
||||
|
||||
local user_snapshot = require("core.utils").load_config().snapshot
|
||||
|
||||
packer.init {
|
||||
display = {
|
||||
open_fn = function()
|
||||
@@ -39,6 +41,7 @@ packer.init {
|
||||
},
|
||||
auto_clean = true,
|
||||
compile_on_sync = true,
|
||||
snapshot = user_snapshot,
|
||||
}
|
||||
|
||||
return packer
|
||||
|
||||
Reference in New Issue
Block a user