From 76a7e70cc85acc4636f95f9268775215a9503186 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Mon, 12 Dec 2016 22:49:09 -0600 Subject: vim: add ctrlp.vim bundle --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e8d2541 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vim/.vim/bundle/ctrlp.vim"] + path = vim/.vim/bundle/ctrlp.vim + url = https://github.com/ctrlpvim/ctrlp.vim.git -- cgit v1.2.3