I am at my company's network and it isn't possible for me to run commands such as wget
or git
on my console. I need to install Vundle plugin for Vim editor. All the installation I found says i need to do this
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
As this is not possible for me. I tried to download the .zip
and copy it to .vim/bundle/
directly but this does not seem to work.
Are they any alternatives to install the plugin ?