diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-01 23:38:17 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-01 23:38:17 +0200 |
commit | 63119f09d1390b61155cc0dc3ff497356d2fc7e5 (patch) | |
tree | 06dd676bd4df62105f24499a9a3398f179f30ff2 /README.md | |
parent | f2ef4cedecf554c0c9f0694f93df1d53a57bf70c (diff) | |
download | vim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |