Commit dcc0c8d
committed
Set up Vundle.vim boilerplate
We're going to be using the Vim plugin manager called Vundle.
NOTE
For this talk, I'm assuming that you're starting from a blank slate. If
you have a ~/.vim folder, move it out of the way:
mv ~/.vim ~/.vim.old
INSTALLATION INSTRUCIONS
Before making these changes, you'll need to install Vundle. Run this
command to install it:
git clone https://github.com/VundleVim/Vundle.vim ~/.vim/bundle/Vundle.vim
This installs Vundle.vim to a subdirectory of your ~/.vim folder. We'll
be using Vundle in upcoming steps to add lots of plugins!
The changes we made in this step are outlined right on the front page of
the Vundle project page on GitHub. They're just stock changes that need
to be made for Vundle to work.1 parent fc77b04 commit dcc0c8d
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
4 | 15 | | |
5 | 16 | | |
6 | 17 | | |
| |||
0 commit comments