Skip to content

Commit

Permalink
add a comment with vundle link
Browse files Browse the repository at this point in the history
  • Loading branch information
luthes committed Aug 13, 2017
1 parent dddea4b commit a356e58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions vim/.vim
5 changes: 5 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
set nocompatible " be iMproved, required
filetype off " required

" To install Vundle on a new machine:
"
" git clone https://github.com/VundleVim/Vundle.vim.git
" ~/.vim/vundle/Vundle.vim
"
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Expand Down

0 comments on commit a356e58

Please sign in to comment.