Failed to update rose-pine/neovim #162
ZichengWangdrzz
started this conversation in
General
Replies: 1 comment 1 reply
-
This is my fault for force pushing — uninstalling and reinstalling should fix the error! You could manually remove the folder or comment out your Rosé Pine packer code, Sorry for the inconvenience |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use rose-pine through packer.lua, do not have a colorscheme.lua, just using the basic setting. Did not modify what it was in the packer.lua. Rencently I added some other pulgins, and kept giving me error - Failed to update rose-pine/neovim. Here's code in my packer.lua directory.
use({ 'rose-pine/neovim', as = 'rose-pine', config = function() vim.cmd('colorscheme rose-pine') end })
I noticed some updates of usage of repo, tried them, did not work as well. I will appreciate your help.
Beta Was this translation helpful? Give feedback.
All reactions