From 36dcc985337ae0baca0bc4db191e529d4e4488f8 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 22 Jan 2018 22:16:54 -0500 Subject: [PATCH] Add Crystal bundle and sort --- vimrc.bundles.local | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'