mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add Elixir plugin
Also, sort plugins, because y'know...
This commit is contained in:
parent
995f7e424e
commit
bd31dc6bd1
@ -6,18 +6,19 @@ Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'mileszs/ack.vim'
|
||||
|
||||
" Language additions
|
||||
Plug 'vim-ruby/vim-ruby'
|
||||
Plug 'tpope/vim-haml'
|
||||
Plug 'pangloss/vim-javascript'
|
||||
Plug 'briancollins/vim-jst'
|
||||
Plug 'elixir-lang/vim-elixir'
|
||||
Plug 'itspriddle/vim-jquery'
|
||||
Plug 'leshill/vim-json'
|
||||
Plug 'scrooloose/nerdcommenter'
|
||||
Plug 'mattn/emmet-vim'
|
||||
Plug 'briancollins/vim-jst'
|
||||
Plug 'othree/html5.vim'
|
||||
Plug 'tpope/vim-rbenv'
|
||||
Plug 'rust-lang/rust.vim'
|
||||
Plug 'mustache/vim-mustache-handlebars'
|
||||
Plug 'othree/html5.vim'
|
||||
Plug 'pangloss/vim-javascript'
|
||||
Plug 'rust-lang/rust.vim'
|
||||
Plug 'scrooloose/nerdcommenter'
|
||||
Plug 'tpope/vim-haml'
|
||||
Plug 'tpope/vim-rbenv'
|
||||
Plug 'vim-ruby/vim-ruby'
|
||||
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'reedes/vim-pencil'
|
||||
@ -27,9 +28,9 @@ Plug 'davidoc/taskpaper.vim'
|
||||
|
||||
" Colors
|
||||
Plug 'altercation/vim-colors-solarized'
|
||||
Plug 'vim-scripts/wombat256.vim'
|
||||
Plug 'mrtazz/molokai.vim'
|
||||
Plug 'chriskempson/tomorrow-theme', {'rtp': 'vim/'}
|
||||
Plug 'shelling/railscasts.vim'
|
||||
Plug 'nanotech/jellybeans.vim'
|
||||
Plug 'morhetz/gruvbox'
|
||||
Plug 'mrtazz/molokai.vim'
|
||||
Plug 'nanotech/jellybeans.vim'
|
||||
Plug 'shelling/railscasts.vim'
|
||||
Plug 'vim-scripts/wombat256.vim'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user