From d2558fae1e519419464788230f90e42101ed6d09 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 21 May 2014 14:07:11 +0200 Subject: [PATCH] Removed vim-pathogen because vundle; some clarifications about the plugins and support for screen-256color --- .vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index daf2a85..f970fa9 100644 --- a/.vimrc +++ b/.vimrc @@ -7,10 +7,12 @@ Plugin 'gmarik/Vundle.vim' Plugin 'majutsushi/tagbar' Plugin 'Shougo/unite.vim' +" Nice statusbar Plugin 'bling/vim-airline' Plugin 'bling/vim-bufferline' -Plugin 'tpope/vim-pathogen' +" Version control notes in the line number bar Plugin 'mhinz/vim-signify' +" Nice colour scheme Plugin 'jnurmine/Zenburn.git' " All of your Plugins must be added before the following line @@ -29,7 +31,7 @@ set complete-=k complete+=k set smartcase " 2008-04-14 with the if-statement added at 2008-11-19 -if &term == "xterm" || &term == "screen-bce" +if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color" set t_Co=256 colorscheme zenburn