Created
May 6, 2018 11:10
-
-
Save orotemo/7e6bed61a76a7294ff5d1e25cf58a95e to your computer and use it in GitHub Desktop.
my vimrc.bundles addition to https://github.com/thoughtbot/dotfiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plug 'slim-template/vim-slim' | |
Plug 'groenewege/vim-less' | |
Plug 'vim-erlang/vim-erlang-runtime' | |
Plug 'vim-erlang/vim-erlang-omnicomplete' | |
Plug 'vim-erlang/vim-erlang-compiler' | |
Plug 'vim-erlang/vim-erlang-tags' | |
Plug 'vim-erlang/vim-erlang-skeletons' | |
Plug 'elixir-lang/vim-elixir' | |
Plug 'guns/vim-clojure-static' | |
Plug 'derekwyatt/vim-scala' | |
Plug 'fatih/vim-go' | |
Plug 'pangloss/vim-javascript' | |
Plug 'mxw/vim-jsx' | |
Plug 'digitaltoad/vim-jade' | |
Plug 'tristen/vim-sparkup' | |
Plug 'uarun/vim-protobuf' | |
Plug 'scrooloose/syntastic' | |
Plug 'leafgarland/typescript-vim' | |
Plug 'Chiel92/vim-autoformat' | |
Plug 'chrisbra/csv.vim' | |
Plug 'hashivim/vim-hashicorp-tools' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment