Skip to content

Commit

Permalink
README,vim: Update VundleVim installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Jul 8, 2016
1 parent 6b4bb25 commit 1f93c27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions vim/.vim/vimrc
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 1f93c27

Please sign in to comment.