diff options
| author | Teddy Wing | 2015-07-12 19:44:42 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-07-12 19:44:42 -0400 | 
| commit | 137e642714a0e60901ed8cee651b77f0cab8c7a2 (patch) | |
| tree | da8f0a799d38f9a4d31a0efbff90259120adbdd7 | |
| parent | a34113bb742504d57ea91becd7da50942514a815 (diff) | |
| download | dotvim-137e642714a0e60901ed8cee651b77f0cab8c7a2.tar.bz2 | |
Install pick.vim
Trying out the pick(1) fuzzy finder from Thoughtbot. Seeing how fast it
is out of the gate.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | bundle/pick | 0 | 
2 files changed, 3 insertions, 0 deletions
| 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 +Subproject 4b7e3623cc97c3f8715083e07b84c79e5522692 | 
