diff options
author | Matthias Brändli <matthias.braendli@u-blox.com> | 2016-09-29 10:09:08 +0200 |
---|---|---|
committer | Matthias Brändli <matthias.braendli@u-blox.com> | 2016-09-29 10:09:08 +0200 |
commit | 85125df120da59fd460970069c97f45eb8f7ba3f (patch) | |
tree | 737e2100566aead521fcbc612e561430a29550c0 /dotvimrc | |
parent | f37d653a2c83853c59d91f65e255a5d3608eefff (diff) | |
download | vimrc-85125df120da59fd460970069c97f45eb8f7ba3f.tar.gz vimrc-85125df120da59fd460970069c97f45eb8f7ba3f.tar.bz2 vimrc-85125df120da59fd460970069c97f45eb8f7ba3f.zip |
use ag for ack.vim
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ NeoBundle 'Shougo/vimproc' NeoBundle 'elixir-lang/vim-elixir' NeoBundle 'mileszs/ack.vim.git' +let g:ackprg = "ag" +let g:ack_default_options = " -S --noheading --nopager --nocolor --nogroup --column" noremap <Leader>a :Ack --cpp --cc <cword><CR> NeoBundle 'tpope/vim-fugitive' |