summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
m---------.vim/bundle/vundle0
-rw-r--r--.vim/bundles.vim2
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..852c44d
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule ".vim/bundle/vundle"]
+ path = .vim/bundle/vundle
+ url = https://github.com/gmarik/vundle.git
+ ignore = dirty
diff --git a/.vim/bundle/vundle b/.vim/bundle/vundle
new file mode 160000
+Subproject 3bf598d169993d703c21115876c36e460a51b10
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index ea70318..bfbf20f 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -6,7 +6,7 @@ call vundle#rc()
" vundle itself
" on a fresh install you need to do:
-" > git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
+" > config submodules update --init
" > vim -u .vim/bundles.vim +BundleInstall
Bundle 'gmarik/vundle'