From 9d279a2c93235eb689b9de16937f8e3bee6abb13 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Fri, 17 Jan 2014 23:02:07 +0000 Subject: [PATCH] Add ctrlp.vim as a submodule. --- .gitmodules | 3 +++ .vim/bundle/ctrlp.vim | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 .vim/bundle/ctrlp.vim diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..03d4072 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[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..b5d3fe6 --- /dev/null +++ b/.vim/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f