This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
v4.0.4
Features
- c475091 feat(core): Add
requires_modules
field to modules- Should now warn you if you don't enable codependent modules i.e.
features.projects
requiresfeatures.telescope
- Should now warn you if you don't enable codependent modules i.e.
- 093b2c0 feat(langs,gdscript): Add gdscript language support (support is not great but it's there)
- d741fa0 feat(core): Add
ignorecase
andsmartcase
options (#387)
Docs
- 618cbb2 docs: Improved docs on adding / installing plugins (guides user to
:PackerSync
after adding new plugins)