mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +01:00
Removed vim-pathogen because vundle; some clarifications about the plugins and support for screen-256color
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -7,10 +7,12 @@ Plugin 'gmarik/Vundle.vim'
|
|||||||
|
|
||||||
Plugin 'majutsushi/tagbar'
|
Plugin 'majutsushi/tagbar'
|
||||||
Plugin 'Shougo/unite.vim'
|
Plugin 'Shougo/unite.vim'
|
||||||
|
" Nice statusbar
|
||||||
Plugin 'bling/vim-airline'
|
Plugin 'bling/vim-airline'
|
||||||
Plugin 'bling/vim-bufferline'
|
Plugin 'bling/vim-bufferline'
|
||||||
Plugin 'tpope/vim-pathogen'
|
" Version control notes in the line number bar
|
||||||
Plugin 'mhinz/vim-signify'
|
Plugin 'mhinz/vim-signify'
|
||||||
|
" Nice colour scheme
|
||||||
Plugin 'jnurmine/Zenburn.git'
|
Plugin 'jnurmine/Zenburn.git'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
@@ -29,7 +31,7 @@ set complete-=k complete+=k
|
|||||||
set smartcase
|
set smartcase
|
||||||
|
|
||||||
" 2008-04-14 with the if-statement added at 2008-11-19
|
" 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
|
set t_Co=256
|
||||||
colorscheme zenburn
|
colorscheme zenburn
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user