From b07d840b52c25084ad75a796f06cbeda754eb34f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 19 Oct 2015 15:53:29 +0100 Subject: [PATCH] Add CtrlP submodule --- .gitmodules | 3 +++ bundle/ctrlp.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/ctrlp.vim diff --git a/.gitmodules b/.gitmodules index 9549522..9733f4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "bundle/nerdcommenter"] path = bundle/nerdcommenter url = https://github.com/scrooloose/nerdcommenter.git +[submodule "bundle/ctrlp.vim"] + path = bundle/ctrlp.vim + url = https://github.com/kien/ctrlp.vim.git diff --git a/bundle/ctrlp.vim b/bundle/ctrlp.vim new file mode 160000 index 0000000..b5d3fe6 --- /dev/null +++ b/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f