Go to file
2013-09-13 17:33:23 +02:00
after Add support for highlighting css colors 2013-09-13 17:33:23 +02:00
autoload Add html5 support 2013-09-13 17:30:58 +02:00
compiler Add latex support 2013-09-13 17:28:18 +02:00
ftdetect vim-haml already included scss support 2013-09-13 16:25:34 +02:00
ftplugin Add latex support 2013-09-13 17:28:18 +02:00
indent Add html5 support 2013-09-13 17:30:58 +02:00
syntax Add html5 support 2013-09-13 17:30:58 +02:00
.gitattributes Ignore certain files in release 2013-09-13 14:28:20 +02:00
.gitignore Add first version of build script 2013-09-12 15:50:45 +02:00
build Add support for highlighting css colors 2013-09-13 17:33:23 +02:00
README.md Update features section once more 2013-09-13 16:40:21 +02:00

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 and unpack it directly under ~/.vim directory.

Language packs

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.