dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-04-15 20:22:38 +0100 +0100
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-04-15 20:22:38 +0100 +0100
Commit: 1392aee90e40f0a33b92f921821af398bf6e9c4e
Parent: b0bcc2b2f01a7d2ad2166a55ecbd27329d22c6ef


vim: Add the ctrlp plguin
diff --git a/.gitmodules b/.gitmodules
index 1164e33d804a92c2f72a5f5b8c68aaf75c1fc455..851652973b44eda41d83acdb804bcaa6f562ee3a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@ 	url = https://github.com/robbyrussell/oh-my-zsh.git
 [submodule ".vim/bundle/jellybeans"]
 	path = .vim/bundle/jellybeans
 	url = https://github.com/nanotech/jellybeans.vim.git
+[submodule ".vim/bundle/ctrlp"]
+	path = .vim/bundle/ctrlp
+	url = https://github.com/kien/ctrlp.vim.git