Switch code search plugins.
This commit is contained in:
parent
b1ecbeaf8c
commit
a8e46bc898
1 changed files with 3 additions and 2 deletions
|
@ -29,8 +29,9 @@ Plugin 'scrooloose/nerdtree'
|
||||||
" syntax checking on steroids
|
" syntax checking on steroids
|
||||||
Plugin 'scrooloose/syntastic'
|
Plugin 'scrooloose/syntastic'
|
||||||
" integrate ack, especially to be able to open matches, hugely useful for
|
" integrate ack, especially to be able to open matches, hugely useful for
|
||||||
" re-factoring
|
" code aware search
|
||||||
Plugin 'mileszs/ack.vim'
|
Plugin 'rking/ag.vim'
|
||||||
|
" lightweight but sophisticated status line
|
||||||
Plugin 'bling/vim-airline'
|
Plugin 'bling/vim-airline'
|
||||||
" git integration
|
" git integration
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
|
|
Loading…
Reference in a new issue