Skip to content

Commit

Permalink
[Vim] rking/ag.vim is now deprecated :{
Browse files Browse the repository at this point in the history
  • Loading branch information
Taluu committed Jun 24, 2016
1 parent 5728b68 commit 73bdff0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@
" } Riv.vim {
let g:riv_disable_folding = 1
" } Ack.vim {
let g:ackprg = 'ag --vimgrep --smart-case'

cnoreabbrev ag Ack
cnoreabbrev aG Ack
cnoreabbrev Ag Ack
cnoreabbrev AG Ack
" }
" } Map {
" shift+tab = unindent
Expand Down
3 changes: 2 additions & 1 deletion .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Plugin 'VundleVim/Vundle.vim'
" Utils {
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'tomtom/tlib_vim'
Plugin 'rking/ag.vim'
"Plugin 'rking/ag.vim' "Deprecated :{
Plugin 'mileszs/ack.vim'

" } General {
Plugin 'scrooloose/nerdtree'
Expand Down

0 comments on commit 73bdff0

Please sign in to comment.