From e69f9f91d9c78f9055d992f83ef15904948b0fdb Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 16 Sep 2013 17:02:09 +0200 Subject: fix: README formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ea84e11b..95e58820 100644 --- a/README.md +++ b/README.md @@ -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. -- 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 **won't affect your startup time**, as scripts 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). - 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 1. Install pathogen, Vundle or NeoBundle package manager. -- cgit v1.2.3