Add ag vim module

This commit is contained in:
Hunter Haugen 2015-04-14 15:05:43 -07:00
parent 192ef901eb
commit cf9c1fceb2
3 changed files with 6 additions and 1 deletions

3
.vimrc
View file

@ -168,7 +168,7 @@ if has("folding")
endfun
command! Tfdm call ToggleFoldmethod()
set nofoldenable
set foldmethod=syntax
set foldmethod=manual
set foldlevelstart=0 " Start with all folds closed
"set foldclose=all " Close folds when cursor leaves them
endif
@ -1165,6 +1165,7 @@ Bundle 'hunner/vim-plist'
Bundle 'vim-coffee-script'
Bundle 'syntastic'
Bundle 'YouCompleteMe'
Bundle 'rking/ag'
filetype plugin indent on
" Brief help