Add a new colorscheme: jellybeans
This commit is contained in:
parent
538a571d2c
commit
34e2b79763
15
vimrc
15
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 <F8> <Leader>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'
|
||||
|
Loading…
Reference in New Issue
Block a user