diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-06 16:47:37 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-09-06 16:47:37 +0200 |
commit | fbc2af9e820d85e17cd08023f4dcc66545735d58 (patch) | |
tree | 90888d9d5776591951b2d36ae1362bf8b0c37ca2 /README.md | |
parent | d4f252565ad7098658f91bcbdf33dcce697bfb63 (diff) | |
download | vim-polyglot-4.0.2.tar.gz vim-polyglot-4.0.2.zip |
Remove styled components, fixes #432v4.0.2
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-->147<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->146<!--/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`). @@ -162,7 +162,6 @@ If you need full functionality of any plugin, please use it directly with your p - [slime](https://github.com/slime-lang/vim-slime-syntax) (syntax, indent) - [smt2](https://github.com/bohlender/vim-smt2) (syntax, autoload, ftplugin) - [solidity](https://github.com/tomlion/vim-solidity) (syntax, indent, ftplugin) -- [styled-components](https://github.com/styled-components/vim-styled-components#main) (after) - [stylus](https://github.com/wavded/vim-stylus) (syntax, indent, ftplugin) - [svelte](https://github.com/evanleck/vim-svelte) (syntax, indent) - [svg-indent](https://github.com/jasonshell/vim-svg-indent) (indent) |