diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-07T14·03+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-07T14·03+0000 |
commit | 3dd58b01bd420ae7a227bf4af339e9ee4cb69371 (patch) | |
tree | 29a5e42037161673f2491142c5d08c07110c3951 /.gitignore | |
parent | 69516a41bc9a54b32521e8da5bdc78e01b09c7ae (diff) |
Update init.vim to support updated Vundle location
Before I noticed the rtp variable, the Vundle installation was a bit nebulous to me. TODO: Consider dropping support for vanilla altogether.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 977cacfdda8c..361303b90189 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ **/*/.emacs.d/network-security.data **/*/.emacs.d/smex-items nvim/.netrwhist +Vundle.vim |