From 137e642714a0e60901ed8cee651b77f0cab8c7a2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 12 Jul 2015 19:44:42 -0400 Subject: Install pick.vim Trying out the pick(1) fuzzy finder from Thoughtbot. Seeing how fast it is out of the gate. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e54323b..827e45c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,3 +48,6 @@ [submodule "bundle/ctrlp"] path = bundle/ctrlp url = https://github.com/kien/ctrlp.vim.git +[submodule "bundle/pick"] + path = bundle/pick + url = https://github.com/thoughtbot/pick.vim.git -- cgit v1.2.3