diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-23 22:04:29 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-23 22:04:29 +0200 |
commit | 3a298c975999f55a84fb40b9bb87be56b2a73953 (patch) | |
tree | cf7b145532cd70f2bfc3a112f95e6028fdae3528 /README.md | |
parent | d9ec600545a581da2d248bc60fce5b5f8dcdab8d (diff) | |
download | vim-polyglot-3a298c975999f55a84fb40b9bb87be56b2a73953.tar.gz vim-polyglot-3a298c975999f55a84fb40b9bb87be56b2a73953.zip |
Add more advanced cpp syntax, #557
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 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-->199<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->200<!--/Package Count--> packages it consists of. - 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). @@ -89,6 +89,7 @@ If you need full functionality of any plugin, please use it directly with your p - [clojure](https://github.com/guns/vim-clojure-static) - [cmake](https://github.com/pboettch/vim-cmake-syntax) - [coffee-script](https://github.com/kchmck/vim-coffee-script) +- [cpp-modern](https://github.com/bfrg/vim-cpp-modern) - [cql](https://github.com/elubow/cql-vim) - [cryptol](https://github.com/victoredwardocallaghan/cryptol.vim) - [crystal](https://github.com/rhysd/vim-crystal) |