Skip to content

Commit

Permalink
Add greplace to plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
opti committed Feb 12, 2014
1 parent e65c5fa commit 4366083
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Expand Up @@ -256,6 +256,7 @@ Bundle 'ck3g/vim-change-hash-syntax'
Bundle 'matthias-guenther/hammer.vim'
Bundle 'thoughtbot/vim-rspec'
Bundle 'bling/vim-airline'
Bundle 'skwp/greplace.vim'

Bundle 'vadimr/bclose.vim'

Expand All @@ -278,6 +279,10 @@ let g:NERDTreeWinPos = "right"
" Quick run
map <Leader>r :QuickRun<CR>
" Greplace
set grepprg=ag
let g:grep_cmd_opts = '--line-numbers --noheading'

" minibuf
let g:miniBufExplSplitBelow = 0
let g:miniBufExplCheckDupeBufs = 0
Expand Down

0 comments on commit 4366083

Please sign in to comment.