From 10a585f96ace7bbeb7cd15a8e2353a4e043cdde6 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 8 Jan 2013 15:51:22 -0500 Subject: [PATCH] Add vim-powerlind and vim-surround to Vundles Also cleaned up the appearance a bit as well as added instructions for using fancy setting in vim-powerline --- vim/dot_vimrc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/vim/dot_vimrc b/vim/dot_vimrc index fc773be..ad31d3a 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -10,7 +10,7 @@ Bundle 'gmarik/vundle' " Rest of my bundles -" File Nav +" -- File Nav -- Bundle 'kien/ctrlp.vim' Bundle 'scrooloose/nerdtree' Bundle 'a.vim' @@ -19,28 +19,35 @@ Bundle 'tpope/vim-fugitive' " Needs Vim compiled with Ruby Bundle 'wincent/Command-T' -" Buffer Nav +" -- Buffer Nav -- Bundle 'kien/tabman.vim' Bundle 'sandeepcr529/Buffet.vim' " Needs Vim compiled with Ruby Bundle 'mutewinter/LustyJuggler' -" Nav in file +" -- Nav in file -- Bundle 'taglist.vim' -" Text Manipulation +" -- Text Manipulation -- Bundle 'tomtom/tcomment_vim' -Bundle 'pdurbin/vim-tsv' +" Surround for wrapping text +Bundle 'tpope/vim-surround' -" GUI +" -- GUI -- Bundle 'vividchalk.vim' " Can probably drop this for wombat256 Bundle 'vim-scripts/Wombat' Bundle 'wombat256.vim' Bundle 'gregsexton/MatchTag' +" Custom Status Line +Bundle 'Lokaltog/vim-powerline' +"Powerline Config +"If using a patched font: https://github.com/Lokaltog/vim-powerline/wiki/Patched-fonts +"let g:Powerline_symbols = 'fancy' -" Filetypes +" -- Filetypes -- Bundle 'ViViDboarder/vim-forcedotcom' +Bundle 'pdurbin/vim-tsv' "Allow arrow keys set nocompatible