Add Silver Searcher plugin

This commit is contained in:
ViViDboarder 2013-12-03 15:05:29 -08:00
parent 9e8ebac387
commit 71a6bb64c2
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Bundle 'majutsushi/tagbar'
Bundle 'scrooloose/syntastic'
" Project Searching
Bundle 'mileszs/ack.vim'
Bundle 'rking/ag.vim'
" Easy Toggle of QuickFix window
Bundle 'ViViDboarder/QFixToggle'
@ -352,3 +353,6 @@ let g:syntastic_html_tidy_ignore_errors = [
\ 'proprietary attribute "ng-repeat"',
\ 'proprietary attribute "ng-app"'
\ ]
" Command to display TODO tags in project
command Todo Ag! TODO