mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:17:35 +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
|
-- Let Packer manage and lazyload itself
|
||||||
use({
|
use({
|
||||||
"wbthomason/packer.nvim",
|
-- "wbthomason/packer.nvim",
|
||||||
|
"ViViDboarder/packer.nvim",
|
||||||
|
branch = "configure-snapshot",
|
||||||
cmd = {
|
cmd = {
|
||||||
"PackerClean",
|
"PackerClean",
|
||||||
"PackerCompile",
|
"PackerCompile",
|
||||||
|
Loading…
Reference in New Issue
Block a user