From: Philippe Hürlimann Date: Mon, 14 Nov 2016 18:01:53 +0000 (+0100) Subject: added ack.vim and configured Silver Searcher X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=36dc8dbebe163be3e5bd0b9f29ab4928ff8a6c70;p=vimfiles.git added ack.vim and configured Silver Searcher --- diff --git a/vimrc b/vimrc index e078f90..5052d9a 100644 --- 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="" let g:rainbow_active = 1