diff --git a/.gitignore b/.gitignore index 5bf95fa..43919db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -bundle autoload doc -plugin/* +plugin +bundle +!bundle/Vundle.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..75554b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/Vundle.vim"] + path = bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git diff --git a/bundle/Vundle.vim b/bundle/Vundle.vim new file mode 160000 index 0000000..b255382 --- /dev/null +++ b/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95