From 3a7d1d65ef009d0f7e70be360b92d6c747416f25 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 18 Aug 2012 17:10:00 +1200 Subject: Added Ctrl-P, looks great --- .gitmodules | 3 +++ vim/bundle/ctrlp | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/ctrlp diff --git a/.gitmodules b/.gitmodules index c93ae623..de0fb6e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,3 +48,6 @@ [submodule "vim/bundle/nagios"] path = vim/bundle/nagios url = git://github.com/tejr/vim-nagios.git +[submodule "vim/bundle/ctrlp"] + path = vim/bundle/ctrlp + url = https://github.com/kien/ctrlp.vim diff --git a/vim/bundle/ctrlp b/vim/bundle/ctrlp new file mode 160000 index 00000000..6ddbfe2c --- /dev/null +++ b/vim/bundle/ctrlp @@ -0,0 +1 @@ +Subproject commit 6ddbfe2cc00a7eeb2a4450552b78276488a2e2c9 -- cgit v1.2.3