]> Untitled Git - vimfiles.git/commitdiff
added ack.vim and configured Silver Searcher
authorPhilippe Hürlimann <p@hurlimann.org>
Mon, 14 Nov 2016 18:01:53 +0000 (19:01 +0100)
committerPhilippe Hürlimann <p@hurlimann.org>
Mon, 14 Nov 2016 18:01:53 +0000 (19:01 +0100)
vimrc

diff --git a/vimrc b/vimrc
index e078f90190ffc4ce7b48ed1945ab3e87e6ef822d..5052d9a3e53a173d54843f91086e2124840c1b02 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -26,6 +26,7 @@ Plugin 'leshill/vim-json'
 Plugin 'luochen1990/rainbow'
 Plugin 'majutsushi/tagbar'
 Plugin 'matchit.zip'
+Plugin 'mileszs/ack.vim'
 Plugin 'nsf/gocode', {'rtp': 'vim/'}
 Plugin 'othree/html5.vim'
 Plugin 'paredit.vim'
@@ -43,6 +44,8 @@ Plugin 'tpope/vim-surround.git'
 
 call vundle#end()
 
+let g:ackprg = "ag --vimgrep"
+
 let g:UltiSnipsListSnippets="<c-l>"
 
 let g:rainbow_active = 1