1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add Crystal bundle and sort

This commit is contained in:
Daniel Barber 2018-01-22 22:16:54 -05:00
parent ac34dcade0
commit 36dcc98533
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -16,14 +16,15 @@ Plug 'itspriddle/vim-jquery'
Plug 'leshill/vim-json' Plug 'leshill/vim-json'
Plug 'mattn/emmet-vim' Plug 'mattn/emmet-vim'
Plug 'mustache/vim-mustache-handlebars' Plug 'mustache/vim-mustache-handlebars'
Plug 'mxw/vim-jsx'
Plug 'othree/html5.vim' Plug 'othree/html5.vim'
Plug 'pangloss/vim-javascript' Plug 'pangloss/vim-javascript'
Plug 'posva/vim-vue'
Plug 'rhysd/vim-crystal'
Plug 'rust-lang/rust.vim' Plug 'rust-lang/rust.vim'
Plug 'scrooloose/nerdcommenter' Plug 'scrooloose/nerdcommenter'
Plug 'tpope/vim-haml' Plug 'tpope/vim-haml'
Plug 'vim-ruby/vim-ruby' Plug 'vim-ruby/vim-ruby'
Plug 'posva/vim-vue'
Plug 'mxw/vim-jsx'
Plug 'junegunn/goyo.vim' Plug 'junegunn/goyo.vim'
Plug 'reedes/vim-pencil' Plug 'reedes/vim-pencil'