Colorizee plugin

This commit is contained in:
Simon Vieille 2016-10-30 19:55:43 +01:00
parent ee11417743
commit c47eb02fab
1 changed files with 6 additions and 0 deletions

6
vimrc
View File

@ -54,6 +54,7 @@ Plugin 'dietsche/vim-lastplace.git'
Plugin 'tomtom/tcomment_vim'
Plugin 'ahri/vim-sesspit'
Plugin 'voronkovich/ctrlp-symfony2.vim'
Plugin 'Colorizer--Brabandt'
call vundle#end()
@ -83,6 +84,11 @@ set completeopt-=preview
""""""""""""""""
let g:php_cs_fixer_level = 'symfony'
" COLORIZER "
"""""""""""""
let g:colorizer_auto_color = 1
" SNIPS "