diff --git a/.gitignore b/.gitignore index b6633fc..55f5f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vim/.netrwhist vim/bundle/* +!vim/bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d7a8ec7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vim/bundle/Vundle.vim"] + path = vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim index 0ee36b2..5f70ae6 160000 --- a/vim/bundle/Vundle.vim +++ b/vim/bundle/Vundle.vim @@ -1 +1 @@ -Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f +Subproject commit 5f70ae6025e951f0154e3940d123138adffa4c88