diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 19:11:11 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 19:11:11 +0200 |
commit | 1872af2d5e596cbea44a6e5739692dbff8302af5 (patch) | |
tree | 06f1348f1ac073b6580c00ef254563f0fd6db94b /README.md | |
parent | 46b09b0d5b3cb45d8e62851c40b418a3b9f20af4 (diff) | |
download | vim-polyglot-1872af2d5e596cbea44a6e5739692dbff8302af5.tar.gz vim-polyglot-1872af2d5e596cbea44a6e5739692dbff8302af5.zip |
Fix detection of conf files, closes #569
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-->202<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->203<!--/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) +- [conf](https://github.com/vim/vim/tree/master/runtime) - [cpp-modern](https://github.com/bfrg/vim-cpp-modern) - [cql](https://github.com/elubow/cql-vim) - [cryptol](https://github.com/victoredwardocallaghan/cryptol.vim) |