mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 20:36:25 +00:00
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:
parent
08308c78ce
commit
6161750843
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user