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
This commit is contained in:
ViViDboarder 2013-01-08 15:51:22 -05:00
parent 5d447c4011
commit 10a585f96a

View File

@ -10,7 +10,7 @@ Bundle 'gmarik/vundle'
" Rest of my bundles " Rest of my bundles
" File Nav " -- File Nav --
Bundle 'kien/ctrlp.vim' Bundle 'kien/ctrlp.vim'
Bundle 'scrooloose/nerdtree' Bundle 'scrooloose/nerdtree'
Bundle 'a.vim' Bundle 'a.vim'
@ -19,28 +19,35 @@ Bundle 'tpope/vim-fugitive'
" Needs Vim compiled with Ruby " Needs Vim compiled with Ruby
Bundle 'wincent/Command-T' Bundle 'wincent/Command-T'
" Buffer Nav " -- Buffer Nav --
Bundle 'kien/tabman.vim' Bundle 'kien/tabman.vim'
Bundle 'sandeepcr529/Buffet.vim' Bundle 'sandeepcr529/Buffet.vim'
" Needs Vim compiled with Ruby " Needs Vim compiled with Ruby
Bundle 'mutewinter/LustyJuggler' Bundle 'mutewinter/LustyJuggler'
" Nav in file " -- Nav in file --
Bundle 'taglist.vim' Bundle 'taglist.vim'
" Text Manipulation " -- Text Manipulation --
Bundle 'tomtom/tcomment_vim' Bundle 'tomtom/tcomment_vim'
Bundle 'pdurbin/vim-tsv' " Surround for wrapping text
Bundle 'tpope/vim-surround'
" GUI " -- GUI --
Bundle 'vividchalk.vim' Bundle 'vividchalk.vim'
" Can probably drop this for wombat256 " Can probably drop this for wombat256
Bundle 'vim-scripts/Wombat' Bundle 'vim-scripts/Wombat'
Bundle 'wombat256.vim' Bundle 'wombat256.vim'
Bundle 'gregsexton/MatchTag' 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 'ViViDboarder/vim-forcedotcom'
Bundle 'pdurbin/vim-tsv'
"Allow arrow keys "Allow arrow keys
set nocompatible set nocompatible