fix: README formatting

This commit is contained in:
Adam Stankiewicz
2013-09-16 17:02:09 +02:00
parent c37e16fbbd
commit e69f9f91d9

View File

@@ -7,15 +7,15 @@ 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. 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 scripts are loaded only on demand. - It **won't affect your startup time**, as scripts are loaded only on demand\*.
To be completely honest, concatenated `ftdetect` script takes around `3ms` to load.
- It **installs 40x faster** (unparallelized), as language packs are not submoduled, but merged. - 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). - 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. - 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). - No support for esoteric languages (vim-polyglot supports modern ones like `slim` though).
- Each build is tested by automated Travis CI setup using vimrunner gem. Spee `spec` directory. - Each build is tested by automated Travis CI setup using vimrunner gem. Spee `spec` directory.
\*To be completely honest, concatenated `ftdetect` script takes around `3ms` to load.
## Installation ## Installation
1. Install pathogen, Vundle or NeoBundle package manager. 1. Install pathogen, Vundle or NeoBundle package manager.