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:
parent
57e23e0e67
commit
107bf0b17d
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue