diff --git a/.gitignore b/.gitignore index 77b3a579..1650e409 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ - -.ropeproject \ No newline at end of file +.ropeproject +dotfiles/vim/bundle/* \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 556d8bad..5bc4a2f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "dotfiles/emacs.d"] path = dotfiles/emacs.d url = git@github.com:IvanMalison/.emacs.d.git +[submodule "dotfiles/vim/bundle/vundle"] + path = dotfiles/vim/bundle/vundle + url = https://github.com/gmarik/Vundle.vim.git diff --git a/dotfiles/vim/bundle/vundle b/dotfiles/vim/bundle/vundle new file mode 160000 index 00000000..0b28e334 --- /dev/null +++ b/dotfiles/vim/bundle/vundle @@ -0,0 +1 @@ +Subproject commit 0b28e334e65b6628b0a61c412fcb45204a2f2bab