NvChad / base46

NvChad's base46 theme plugin with caching ( Total re-write )
Other
206 stars 201 forks source link

packer.nvim fails to update base46 #138

Closed jfvillablanca closed 1 year ago

jfvillablanca commented 1 year ago

Hello, I was updating and adding new plugins but base46 keeps failing to update. Retrying yields the same fail message.

✗ Failed to update NvChad/base46

Screenshot from 2022-11-13 17-41-12

I'm not sure how to reproduce this issue or if this is a packer.nvim issue.

siduck commented 1 year ago

re-install that plugin, its a packer.nvim issue. WHenever there's a forced push on the plugin repo, packer complains about this issue i think.

so just rm -rf ~/.local/share/nvim/site/pack/packer/start/base46 and reopen nvim , do packersync

jfvillablanca commented 1 year ago

Thank you!