Remove vim-coffeescript from default plugins

With the popularity of Babel and ES6, it seems like Coffeescript is no
longer a standard, frequently-used part of the thoughtbot toolset. This
change removes the vim-coffeescript plugin from our default set. Users
who want to retain it can add it back to their `vimrc.bundles.local`.
This commit is contained in:
Geoff Harcourt 2019-07-19 21:00:52 -04:00 committed by Geoff Harcourt
parent 57e23e0e67
commit 107bf0b17d

View file

@ -20,7 +20,6 @@ Plug 'ctrlpvim/ctrlp.vim'
Plug 'elixir-lang/vim-elixir'
Plug 'fatih/vim-go'
Plug 'janko-m/vim-test'
Plug 'kchmck/vim-coffee-script'
Plug 'pangloss/vim-javascript'
Plug 'pbrisbin/vim-mkdir'
Plug 'slim-template/vim-slim'