From 9e250691c751fafceb94d10b3e600c040b132622 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 9 Jun 2016 12:00:10 +0200 Subject: [PATCH] ctrlp module --- .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 b8a2188..73801f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "vim/bundle/tabular"] path = vim/bundle/tabular url = https://github.com/godlygeek/tabular.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..564176f --- /dev/null +++ b/vim/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit 564176f01d7f3f7f8ab452ff4e1f5314de7b0981