From 61617508431d590b3aeceb05c614794d1f14f494 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 19 Apr 2022 10:01:33 -0700 Subject: [PATCH] Switch to my Packer fork Current Packer release seems to be unmaintained in favor of ongoing development of a v2. This fork has a bug fix for snasphotting --- neovim/lua/plugins.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 960b5d1..89e3ceb 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -37,7 +37,9 @@ use({ "lewis6991/impatient.nvim", config = [[require('impatient')]] }) -- Let Packer manage and lazyload itself use({ - "wbthomason/packer.nvim", + -- "wbthomason/packer.nvim", + "ViViDboarder/packer.nvim", + branch = "configure-snapshot", cmd = { "PackerClean", "PackerCompile",