diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27,12 +27,13 @@ rm -rf $HOME/.vim rm -rf $HOME/.vimrc cp -rf vim $HOME/.vim cp vimrc $HOME/.vimrc -echo <<HERE +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 # Download and install the review utility. |
