tweag / promptworks.vim

PromptWorks vim configs as a self-bootstrapping vundle setup
2 stars 1 forks source link

ag.vim is deprecated #39

Open rzane opened 6 years ago

rzane commented 6 years ago

See the README for https://github.com/rking/ag.vim. They recommend switching to ack.vim, then:

if executable('ag')
  let g:ackprg = 'ag --vimgrep'
endif