dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c64388a0f996e3724f0fe720e0e9223fad4d4028
parent 15d3e222fec26419fe661f5b7264a451d25099a0
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 10 Sep 2013 12:39:30 +0200

added three plugins

Diffstat:
M.vimrc | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -29,6 +29,15 @@ Bundle 'kien/ctrlp.vim' " solarized colorscheme Bundle 'altercation/vim-colors-solarized' +" modify surrounding characters in pairs +Bundle 'tpope/vim-surround' + +" 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'