From 34e2b79763014579c27b8fcfd1547a00c001d9f5 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 21 Aug 2015 12:16:58 +0200 Subject: [PATCH] Add a new colorscheme: jellybeans --- vimrc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index e311260..4758cde 100755 --- a/vimrc +++ b/vimrc @@ -32,8 +32,9 @@ set background=dark " fond sombre " Thème de couleur par défaut: "colorscheme peachpuff " Autre thèmes possibles: desert, delek, zellner, torte, elflord, evening, pablo, morning, peachpuff, blue, murphy, ron, zellner, darkblue, desert, koehler, and shine -colorscheme torte "liste des couleur : ll /usr/share/vim/vim7*/colors/ +"colorscheme torte +colorscheme jellybeans syntax on " activation de la coloration syntaxique set number " numérotation des lignes hi LineNr ctermbg=none ctermfg=2 @@ -227,6 +228,7 @@ Plugin 'rodjek/vim-puppet' " Auto alignment (for Puppet for example) Plugin 'godlygeek/tabular' +" A pretty statusline Plugin 'bling/vim-airline' "Bundle 'edkolev/tmuxline.vim' @@ -249,6 +251,9 @@ Plugin 'majutsushi/tagbar' " Git wrapper inside Vim Plugin 'tpope/vim-fugitive' +" Glorious colorscheme +Plugin 'nanotech/jellybeans.vim' + " Finish Vundle stuff call vundle#end() @@ -339,8 +344,8 @@ map cs " Won't work ... let g:syntastic_mode_map = { 'mode': 'active', - \ 'active_filetypes': ['markdown', 'php', 'ruby', 'sh', 'zsh'], - \ 'passive_filetypes': ['puppet', 'sql', 'vim'] } + \ 'active_filetypes': ['markdown', 'php', 'ruby', 'sh', 'zsh'], + \ 'passive_filetypes': ['puppet', 'sql', 'vim'] } "let g:syntastic_puppet_checkers = ['puppet'] let g:syntastic_puppet_checkers = ['puppetlint'] @@ -375,7 +380,7 @@ let g:neocomplcache_lock_buffer_name_pattern = '\*ku\*' "Plugin 'bling/vim-airline' " Toujours afficher la barre de statut -set laststatus=2 +set laststatus=2 " always show statusline " Smarter tab line let g:airline#extensions#tabline#enabled = 1 "let g:airline#extensions#tabline#left_sep = 'ˇ' @@ -386,7 +391,7 @@ let g:airline_powerline_fonts = 1 let g:airline_theme='monochrome' "########################## -" Airline : +" Tmuxline : "########################## " https://github.com/edkolev/tmuxline.vim "Plugin 'edkolev/tmuxline.vim'