mirror of https://github.com/bjeanes/dotfiles.git
Remove stupid problematic vim-css-color plugin
parent
c3dacd5979
commit
6ce883c4db
|
@ -1 +0,0 @@
|
|||
Subproject commit 417eaf8a20a6208e34ff167f5636b20f8f812ed8
|
|
@ -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'
|
||||
|
@ -186,6 +186,7 @@ call vundle#rc()
|
|||
Bundle 'Syntastic'
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue