diff options
author | Dawid Potocki <dawid@dawidpotocki.com> | 2020-11-17 15:58:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 16:58:46 +0100 |
commit | da18fe6851e95e146016f7abd2f799056e074cd9 (patch) | |
tree | 2e2213e98e0d50a0adb226cdbd432da9a34f3654 /README.md | |
parent | 4af1321588c7dcb718022226cb27ec325973c2f0 (diff) | |
download | vim-polyglot-da18fe6851e95e146016f7abd2f799056e074cd9.tar.gz vim-polyglot-da18fe6851e95e146016f7abd2f799056e074cd9.zip |
Fix neovim :Tutor filetype detection (#631)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ 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\*. -- It **installs and updates 120+ times faster** than the <!--Package Count-->598<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->599<!--/Package Count--> packages it consists of. - It is also more secure (scripts loaded for every filetype are generated by vim-polyglot) - Best syntax and indentation support (no other features). Hand-selected language packs. - Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled) |