mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 10:27:34 +00:00
Add Silver Searcher plugin
This commit is contained in:
parent
9e8ebac387
commit
71a6bb64c2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user