diff --git a/vimrc.bundles.local b/vimrc.bundles.local index 0b0023e..95d18db 100644 --- a/vimrc.bundles.local +++ b/vimrc.bundles.local @@ -16,14 +16,15 @@ Plug 'itspriddle/vim-jquery' Plug 'leshill/vim-json' Plug 'mattn/emmet-vim' Plug 'mustache/vim-mustache-handlebars' +Plug 'mxw/vim-jsx' Plug 'othree/html5.vim' Plug 'pangloss/vim-javascript' +Plug 'posva/vim-vue' +Plug 'rhysd/vim-crystal' Plug 'rust-lang/rust.vim' Plug 'scrooloose/nerdcommenter' Plug 'tpope/vim-haml' Plug 'vim-ruby/vim-ruby' -Plug 'posva/vim-vue' -Plug 'mxw/vim-jsx' Plug 'junegunn/goyo.vim' Plug 'reedes/vim-pencil'