bronson/vim-trailing-whitespace plugin and tender theme

This commit is contained in:
Simon Vieille 2016-11-09 00:05:19 +01:00
parent 16facd9bd0
commit a912adb9fa

8
vimrc
View file

@ -59,6 +59,8 @@ Plugin 'gregsexton/gitv'
Plugin 'markgandolfo/nerdtree-fetch.vim'
Plugin 'evandotpro/nerdtree-chmod'
Plugin 'shawncplus/phpcomplete.vim'
Plugin 'bronson/vim-trailing-whitespace'
Plugin 'jacoborus/tender'
call vundle#end()
@ -68,7 +70,9 @@ call vundle#end()
syntax on
colorscheme Tomorrow-Night-Bright
" colorscheme Tomorrow-Night-Bright
colorscheme tender
set background=dark
if has("autocmd")
@ -94,7 +98,6 @@ let g:php_cs_fixer_level = 'symfony'
let g:colorizer_auto_color = 1
" SNIPS "
"""""""""
@ -129,6 +132,7 @@ let g:airline_symbols.paste = 'ρ'
let g:airline_symbols.paste = 'Þ'
let g:airline_symbols.paste = '∥'
let g:airline_symbols.whitespace = 'Ξ'
let g:airline_theme = 'tender'
" airline symbols
let g:airline_left_sep = ''