summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-01 23:38:17 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-01 23:38:17 +0200
commit63119f09d1390b61155cc0dc3ff497356d2fc7e5 (patch)
tree06dd676bd4df62105f24499a9a3398f179f30ff2 /README.md
parentf2ef4cedecf554c0c9f0694f93df1d53a57bf70c (diff)
downloadvim-polyglot-4.8.0.tar.gz
vim-polyglot-4.8.0.zip
Automatically detect indentation, closes #529v4.8.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7424431c..f53acd5f 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ A collection of language packs for Vim.
- It is more secure because scripts loaded for all extensions are generated by vim-polyglot (ftdetect).
- Solid syntax and indentation support (other features skipped). Only the best language packs.
- All unnecessary files are ignored (like enormous documentation from php support).
-- No support for esoteric languages, only most popular ones (modern too, like `slim`).
+- Automatically detect indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth))
- Each build is tested by automated vimrunner script on CI. See `spec` directory.
\*To be completely honest, optimized `ftdetect` script takes around `19ms` to load.