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
This commit is contained in:
ViViDboarder 2022-04-19 10:01:33 -07:00
parent 08308c78ce
commit 6161750843
1 changed files with 3 additions and 1 deletions

View File

@ -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",