π¦ AstroCommunity
AstroCommunity is a community driven repository that acts as essentially a marketplace for additional configuration pieces provided as lazy.nvim
specifications similar to how VS Code extensions work. These pieces range from single plugins to entire collections for state of the art language support.
Check out the AstroCommunity Repository to browse the available categories and plugins. The search feature in GitHub is also a great way to quickly see if a plugin you are looking for is available.
If any plugins you are looking for are not available we would greatly appreciate all contributions to add more entries to AstroCommunity! It is a great place to help other users easily add plugins and also make any necessary configuration changes to tightly integrate the plugin for AstroNvim.
π§° Installation
Similar to how AstroNvim is installed in your configuration, AstroCommunity is installed as a plugin and then each entry is included with an import
statement. It is important that these imports happen after the main AstroNvim import and before the userβs plugins/
folder. This guarantees that the user modifications made on top of AstroCommunity will happen after all included specs are resolved. In the provided AstroNvim Template these should go in the lua/community.lua
file. Here is an example: