Browse Source

add autocomplpop vim plugin

Weiyi Lou 12 years ago
parent
commit
69e75bd26a
4 changed files with 16 additions and 5 deletions
  1. 13 4
      .gitmodules
  2. 1 1
      README.md
  3. 1 0
      vim/bundle/L9
  4. 1 0
      vim/bundle/vim-autocomplpop

+ 13 - 4
.gitmodules

@@ -71,8 +71,9 @@
   path = powerline/powerline
   url = https://github.com/Lokaltog/powerline.git
 [submodule "vim/bundle/vim-multiple-cursors"]
-  path = vim/bundle/vim-multiple-cursors
-  url = https://github.com/terryma/vim-multiple-cursors.git
+	path = vim/bundle/vim-multiple-cursors
+	url = https://github.com/terryma/vim-multiple-cursors.git
+  ignore = dirty
 [submodule "vim/bundle/vim-autoclose"]
   path = vim/bundle/vim-autoclose
   url = https://github.com/Townk/vim-autoclose.git
@@ -80,5 +81,13 @@
   path = mongo/mongo-hacker
   url = https://github.com/TylerBrock/mongo-hacker.git
 [submodule "powerline/rainbarf"]
-  path = powerline/rainbarf
-  url = https://github.com/creaktive/rainbarf.git
+	path = powerline/rainbarf
+	url = https://github.com/creaktive/rainbarf.git
+[submodule "vim/bundle/vim-autocomplpop"]
+	path = vim/bundle/vim-autocomplpop
+	url = https://github.com/othree/vim-autocomplpop.git
+  ignore = dirty
+[submodule "vim/bundle/L9"]
+	path = vim/bundle/L9
+	url = https://github.com/vim-scripts/L9.git
+  ignore = dirty

+ 1 - 1
README.md

@@ -2,7 +2,7 @@
 
 #### Required Packages:
 - vim 7.3+
-- tmux
+- tmux 1.8
 - zsh
 
 #### Optional Packages:

+ 1 - 0
vim/bundle/L9

@@ -0,0 +1 @@
+Subproject commit c822b05ee0886f9a9703227dc85a6d47612c4bf1

+ 1 - 0
vim/bundle/vim-autocomplpop

@@ -0,0 +1 @@
+Subproject commit ccab3630911b61f84d71773fbb36e146bda29587