vim: disable vim-coffee-script

This commit is contained in:
Gabriel Ebner 2021-06-09 15:41:19 +02:00
parent 45af5c2d9e
commit 50d22d8b27
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -23,7 +23,7 @@ Plug 'tomtom/tcomment_vim'
Plug 'editorconfig/editorconfig-vim'
" vim-sleuth?
Plug 'kchmck/vim-coffee-script'
" Plug 'kchmck/vim-coffee-script' " BANNED for messing with html indentation
Plug 'pangloss/vim-javascript'
Plug 'mtscout6/vim-cjsx'
Plug 'mxw/vim-jsx'