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 +++ bundle/pick | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/pick 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 diff --git a/bundle/pick b/bundle/pick new file mode 160000 index 0000000..4b7e362 --- /dev/null +++ b/bundle/pick @@ -0,0 +1 @@ +Subproject commit 4b7e3623cc97c3f8715083e07b84c79e5522692b -- cgit v1.2.3