# vim-polyglot A collection of language packs for Vim. One to rule them all, one to find them, one to bring them all and in the darkness bind them. - It **won't affect your startup time**, as all files are loaded only on demand. - It **installs 40x faster** (unparallelized), as language packs are not submoduled, but merged. - It clones even faster as all unnecessary files are ignored (like enormous documentation from php support). - Best syntax and indentation support. If someone releases better language pack, it will be replaced here. - No support for esoteric languages (vim-polyglot supports modern ones like `slim` though). ## Installation 1. Install pathogen, Vundle or NeoBundle package manager. 2. Use this repository as submodule or package. Optionally download one of the [releases](https://github.com/sheerun/vim-polyglot/releases) and unpack it directly under `~/.vim` directory. ## Language packs - [arduino](https://github.com/sudar/vim-arduino-syntax) - [bundler](https://github.com/tpope/vim-bundler) - [clojure](https://github.com/guns/vim-clojure-static) - [coffee-script](https://github.com/kchmck/vim-coffee-script) - [csv](https://github.com/chrisbra/csv.vim) - [cucumber](https://github.com/tpope/vim-cucumber) - [elixir](https://github.com/elixir-lang/vim-elixir) - [erlang](https://github.com/jimenezrick/vimerl) - [git](https://github.com/tpope/vim-git) - [haml](https://github.com/tpope/vim-haml) - [handlebars](https://github.com/nono/vim-handlebars) - [hasksyn](https://github.com/travitch/hasksyn) - [javascript](https://github.com/pangloss/vim-javascript) - [json](https://github.com/leshill/vim-json) - [jst](https://github.com/briancollins/vim-jst) - [less](https://github.com/groenewege/vim-less) - [markdown](https://github.com/tpope/vim-markdown) - [nginx](https://github.com/mutewinter/nginx.vim) - [ocaml](https://github.com/jrk/vim-ocaml) - [octave](https://github.com/vim-scripts/octave.vim--) - [php](https://github.com/spf13/PIV) - [puppet](https://github.com/ajf/puppet-vim) - [python](https://github.com/vim-scripts/python.vim--Vasiliev) - [rspec](https://github.com/skwp/vim-rspec) - [ruby](https://github.com/vim-ruby/vim-ruby) - [sbt](https://github.com/derekwyatt/vim-sbt) - [scala](https://github.com/derekwyatt/vim-scala) - [scss-syntax](https://github.com/cakebaker/scss-syntax.vim) - [slim](https://github.com/slim-template/vim-slim) - [stylus](https://github.com/wavded/vim-stylus) - [textile](https://github.com/timcharper/textile.vim) - [tmux](https://github.com/acustodioo/vim-tmux) - [tomdoc](https://github.com/mutewinter/tomdoc.vim) - [twig](https://github.com/beyondwords/vim-twig) - [vim-golang](https://github.com/jnwhiteh/vim-golang) - [xls](https://github.com/vim-scripts/XSLT-syntax) ## Contributing Language packs are periodically updated using automated `build` script. Feel free to add your language, and send pull-request. ## License See linked repositories for detailed license information.