Add Vundle.vim as a git submodule
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
vim/.netrwhist
|
||||
vim/bundle/*
|
||||
!vim/bundle/Vundle.vim
|
||||
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "vim/bundle/Vundle.vim"]
|
||||
path = vim/bundle/Vundle.vim
|
||||
url = https://github.com/VundleVim/Vundle.vim.git
|
||||
Submodule vim/bundle/Vundle.vim updated: 0ee36b26e1...5f70ae6025
Reference in New Issue
Block a user