From 1f93c273e7dec25364072cf64f491d499a692098 Mon Sep 17 00:00:00 2001 From: Boris Egorov Date: Fri, 8 Jul 2016 17:51:30 +0600 Subject: [PATCH] README,vim: Update VundleVim installation instructions --- README.md | 2 +- vim/.vim/vimrc | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a421306..c9fc277 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ Installation stow shell -t ~ stow bash -t ~ stow kde -t ~ - git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle + git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim vim +PluginInstall +qall popd diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 70580a2..2df735e 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -1,7 +1,8 @@ +set nocompatible filetype off -set rtp+=~/.vim/bundle/vundle/ -call vundle#rc() +set rtp+=~/.vim/bundle/Vundle.vim/ +call vundle#begin() Plugin 'Chiel92/vim-autoformat' Plugin 'Lokaltog/vim-easymotion'