Remove stupid problematic vim-css-color plugin

pull/2/head
Bodaniel Jeanes 2011-11-27 11:51:11 -06:00
parent c3dacd5979
commit 6ce883c4db
2 changed files with 4 additions and 4 deletions

@ -1 +0,0 @@
Subproject commit 417eaf8a20a6208e34ff167f5636b20f8f812ed8

View File

@ -32,7 +32,7 @@ call vundle#rc()
" Other {{{
Bundle 'tpope/vim-cucumber'
Bundle 'skammer/vim-css-color'
" Bundle 'skammer/vim-css-color'
Bundle 'kchmck/vim-coffee-script'
Bundle 'pangloss/vim-javascript'
Bundle 'css3'
@ -184,8 +184,9 @@ call vundle#rc()
autocmd VimEnter * IndentGuidesEnable
Bundle 'Syntastic'
let g:syntastic_enable_signs = 1
let g:syntastic_auto_loc_list = 0
let g:syntastic_enable_signs = 1
let g:syntastic_auto_loc_list = 0
let g:syntastic_disabled_filetypes = ['cucumber']
" }}}
autocmd BufWritePost bundles.vim source ~/.vim/bundles.vim