commit 9cc722298b227ef9e615a5ce6b8fe0cc76ed6f5c parent fef7e44bba20d4f1bb95d4239202f6c03b868802 Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Fri, 15 Nov 2013 20:06:21 +0100 added a couple of plugins Diffstat:
M | .vimrc | | | 10 | +++++++--- |
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/.vimrc b/.vimrc @@ -35,15 +35,19 @@ Bundle 'tpope/vim-surround' " git wrapper Bundle 'tpope/vim-fugitive' -" autocompletes often typed words with <Tab> -Bundle 'msanders/snipmate.vim' - " browse buffers (vim.org/scripts), \be, \bs, \bv Bundle 'bufexplorer.zip' " Vim-LaTeX suite Bundle 'git://git.code.sf.net/p/vim-latex/vim-latex' +" Use <Tab> to autocomplete in insert mode +Bundle 'ervandew/supertab' + +" Ack is a grep replacement. Debian pkg: ack-grep. Run from Vim: +" usage: :Ack [options] {pattern} [{directory}] +Bundle 'mileszs/ack.vim' + filetype plugin indent on