diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-04-23 11:49:34 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-04-23 11:49:34 +0200 |
commit | 9fd5c11a20f88525088c8635a3bc6a25ec4c05c7 (patch) | |
tree | d99e7094aa3adecd357f810290ab98fd346b8ad6 /README.md | |
parent | 679ccf03036dede70ec61878830973d79534bf0e (diff) | |
download | vim-polyglot-3.8.1.tar.gz vim-polyglot-3.8.1.zip |
Remove liquid syntax, closes #384v3.8.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,7 +10,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-->135<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->134<!--/Package Count--> packages it consists of. - 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`). @@ -107,7 +107,6 @@ If you need full functionality of any plugin, please use it directly with your p - [latex](https://github.com/LaTeX-Box-Team/LaTeX-Box) (syntax, indent, ftplugin) - [less](https://github.com/groenewege/vim-less) (syntax, indent, ftplugin) - [lilypond](https://github.com/anowlcalledjosh/vim-lilypond) (syntax, indent, compiler, ftplugin) -- [liquid](https://github.com/tpope/vim-liquid) (syntax, indent, ftplugin) - [livescript](https://github.com/gkz/vim-ls) (syntax, indent, compiler, ftplugin) - [llvm](https://github.com/rhysd/vim-llvm) (syntax, indent, ftplugin) - [lua](https://github.com/tbastos/vim-lua) (syntax, indent) |