Skip to content

Commit

Permalink
Sort Vim plugins
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Negrisolo <[email protected]>
Co-authored-by: Matt Polito <[email protected]>
  • Loading branch information
3 people committed Jan 25, 2019
1 parent ceb86a9 commit 22ea31a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .vimbundle
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,28 @@ end

call plug#begin('~/.vim/bundle')


" Make sure you use single quotes
Plug 'AndrewRadev/splitjoin.vim'
Plug 'adamlowe/vim-slurper'
Plug 'jbranchaud/vim-bdubs'
Plug 'elixir-lang/vim-elixir'
Plug 'ervandew/supertab'
Plug 'exu/pgsql.vim'
Plug 'godlygeek/tabular'
Plug 'gregsexton/gitv'
Plug 'hashrocket/vim-hashrocket'
Plug 'heartsentwined/vim-emblem'
Plug 'jbranchaud/vim-bdubs'
Plug 'jgdavey/tslime.vim'
Plug 'jgdavey/vim-blockle'
Plug 'jgdavey/vim-railscasts'
Plug 'jgdavey/vim-turbux'
Plug 'jgdavey/vim-weefactor'
Plug 'kana/vim-textobj-user'
Plug 'kchmck/vim-coffee-script'
Plug 'leshill/vim-json'
Plug 'mileszs/ack.vim'
Plug 'mxw/vim-jsx'
Plug 'nelstrom/vim-textobj-rubyblock'
Plug 'pangloss/vim-javascript'
Plug 'rondale-sc/vim-spacejam'
Plug 'slim-template/vim-slim'
Expand Down Expand Up @@ -57,17 +62,10 @@ Plug 'vim-ruby/vim-ruby'
Plug 'vim-scripts/bufexplorer.zip'
Plug 'vim-scripts/bufkill.vim'
Plug 'wgibbs/vim-irblack'
Plug 'kana/vim-textobj-user'
Plug 'nelstrom/vim-textobj-rubyblock'
Plug 'exu/pgsql.vim'
Plug 'elixir-lang/vim-elixir'
Plug 'mxw/vim-jsx'
Plug 'hashrocket/vim-hashrocket'

" staticly check code and highlight errors (async syntastic replacement)
Plug 'w0rp/ale'


if filereadable(expand('~/.vimbundle.local'))
source ~/.vimbundle.local
endif
Expand Down

0 comments on commit 22ea31a

Please sign in to comment.