add submodule for Vundle
authorPeng Li <seudut@gmail.com>
Sat, 18 Feb 2017 08:58:24 +0000 (16:58 +0800)
committerPeng Li <seudut@gmail.com>
Sat, 18 Feb 2017 08:58:24 +0000 (16:58 +0800)
.gitmodules
vim/.gitignore
vim/bundle/Vundle.vim [new submodule]

index db76b59..4f92574 100644 (file)
@@ -1,3 +1,6 @@
 [submodule "zsh/plugins/zsh-syntax-highlighting"]
        path = zsh/plugins/zsh-syntax-highlighting
        url = git://github.com/zsh-users/zsh-syntax-highlighting.git
+[submodule "vim/bundle/Vundle.vim"]
+       path = vim/bundle/Vundle.vim
+       url = https://github.com/gmarik/Vundle.vim.git
index e04f6f2..80a7c63 100644 (file)
@@ -1,6 +1,7 @@
 .VimBallRecord
 *.swp
 bundle/*
+!bundle/Vundle.vim
 plugin/*
 .vim-bookmarks
 temp/*
diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim
new file mode 160000 (submodule)
index 0000000..88688fe
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 88688fe453038ac1ac26e31646cfbec50fca2fb7