diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-11-14 18:31:09 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-11-14 18:31:09 +0100 |
| commit | d947e6d70271873d37bab37e357505c5b0d01bf3 (patch) | |
| tree | 559e97d3e6153fbb65aa58757271f268eef92f8b /install.sh | |
| parent | 098a2e22ac98b01b1cc0a2b64e0c81718743055e (diff) | |
| download | dotfiles-d947e6d70271873d37bab37e357505c5b0d01bf3.tar.gz dotfiles-d947e6d70271873d37bab37e357505c5b0d01bf3.zip | |
vim: updated vundle -> Vundle.vim.
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -30,15 +30,7 @@ rm -rf $HOME/.vim rm -rf $HOME/.vimrc cp -rf vim $HOME/.vim cp vimrc $HOME/.vimrc -cat <<HERE - -You have successfully installed my vim configuration files. However, you have -to type the following command inside vim to install all the plugins that I'm -using: - - :BundleInstall - -HERE +vim +PluginInstall +qall # Download and install the g utility cd /tmp |
