From f73f5c04b50afd95b949861dc76111f035a75349 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 11 Nov 2012 19:00:43 +0800 Subject: [PATCH] Add ctrlp.vim --- .gitmodules | 3 +++ .vim/bundle/ctrlp.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/ctrlp.vim diff --git a/.gitmodules b/.gitmodules index 696ee7c..a958fa3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule ".vim/bundle/vim-powerline.git"] path = .vim/bundle/vim-powerline.git url = https://github.com/Lokaltog/vim-powerline.git +[submodule ".vim/bundle/ctrlp.vim"] + path = .vim/bundle/ctrlp.vim + url = https://github.com/kien/ctrlp.vim.git diff --git a/.vim/bundle/ctrlp.vim b/.vim/bundle/ctrlp.vim new file mode 160000 index 0000000..7251d9d --- /dev/null +++ b/.vim/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit 7251d9dce85e45b41dab00d7d7032713847ed5ea