error processing plugins, unable to install plugins.
apoorv569 opened this issue · comments
apoorv569 commented
i was using some plugins on my laptop, and wanted to use the same plugins on my desktop also, so i copied my .vimrc
and .vim
folder from my laptop and pasted it in my desktop pc, opened vim
and ran :PluginInstall
its giving me an error saying "Error Processing Plugins" when i press l
for logs it says fatal: not a git repository
every plugin has the same error.
what am i doing wrong here?
Matteo Greco commented
Don Copy .vim. The only things you do Is Copy .vimrc and install vundle,
then PluginInstall.
Il sab 20 giu 2020, 10:13 apoorv569 <notifications@github.com> ha scritto:
… i was using some plugins on my laptop, and wanted to use the same plugins
on my desktop also, so i copied my .vimrc and .vim folder from my laptop
and pasted it in my desktop pc, opened vim and ran :PluginInstall its
giving me an error saying *"Error Processing Plugins"* when i press l for
logs it says fatal: not a git repository every plugin has the same error.
what am i doing wrong here?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#938>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHGMHSZXUANMREK6G4S2BP3RXRVTJANCNFSM4ODJBYMA>
.
apoorv569 commented
Don Copy .vim. The only things you do Is Copy .vimrc and install vundle, then PluginInstall.
yes, its working now. thank you :D