wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.75k stars 261 forks source link

PackerUpdate not working after recent neovim updates #1054

Closed TonyWW closed 1 year ago

TonyWW commented 1 year ago
[packer.nvim] ^I.../site/pack/packer/start/packer.nvim/lua/packer/async.lua:12: in function <.../site/pack/packer/start/packer.nvim/lua/packer/async.lua:11>
NVIM v0.8.0-dev-1030-g84d109495
Build type: Release
LuaJIT 2.1.0-beta3
wbthomason commented 1 year ago

Sorry, but I'll need a bit more information. Please fill out the issue template.

TonyWW commented 1 year ago

I went back to 6e9980fc3 of neovim, then I could run PackerUpdate successfully. After that I switched back to latest on neovim master without issue.

jcuenod commented 1 year ago

Thanks, I had this issue too. Rolling back and updating worked for me.