dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit c903c6a9a42a6a5fda6e282b9d9b928c4350c678
parent 31ab947e201eab09f72fe73deab66d5723e90acb
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri, 29 Jan 2016 21:41:48 -0800

Vim: Add vim-grepper to bundles list

Diffstat:
vimrc.bundles | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc.bundles b/vimrc.bundles @@ -80,6 +80,7 @@ Bundle 'adinapoli/vim-markmultiple' Bundle 'terryma/vim-expand-region' Bundle 'a.vim' +Bundle 'mhinz/vim-grepper' filetype plugin indent on