commit 768e0523cc548ae86dde0f101440863a4ccbe8ba
parent 07a03617a38a2a7e05b6ea8b0628c4646e69ddf8
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 14 Mar 2014 13:42:52 +0100
Added vim-dispatch, disabled ack
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.vimrc b/.vimrc
@@ -36,6 +36,9 @@ Bundle 'tpope/vim-surround'
" git wrapper
Bundle 'tpope/vim-fugitive'
+" dispatch.vim for :Make
+Bundle 'tpope/vim-dispatch'
+
" browse buffers (vim.org/scripts), \be, \bs, \bv
Bundle 'bufexplorer.zip'
@@ -47,7 +50,7 @@ Bundle 'ervandew/supertab'
" Ack is a grep replacement. Debian pkg: ack-grep. Run from Vim:
" usage: :Ack [options] {pattern} [{directory}]
-Bundle 'mileszs/ack.vim'
+"Bundle 'mileszs/ack.vim'
" Calendar
Bundle 'itchyny/calendar.vim'