Skip to content

Commit

Permalink
Adding support for silver searcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Lattuada committed Feb 22, 2013
1 parent ff807a7 commit d5e46fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
Bundle 'mileszs/ack.vim'
elseif executable('ack')
Bundle 'mileszs/ack.vim'
elseif executable('ag')
Bundle 'mileszs/ack.vim'
let g:ackprg = 'ag --nogroup --nocolor --column'
endif

" Use local bundles if available {
Expand Down

0 comments on commit d5e46fe

Please sign in to comment.