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