Here’s a good GitHub repository description you could use for your project:
A collection of Zed code editor snippets Zed containing all Bootstrap 5 utility and component classes.
This makes writing Bootstrap faster by enabling autocomplete for every class (e.g., accordion, alert-danger, d-flex, text-center, etc.) right inside Zed.
- Full coverage of Bootstrap 5 classes (utilities, components, helpers).
- Easy autocomplete while typing in Zed.
- Quick insertion of class names without memorizing every variation.
- Lightweight JSON snippet file—just drop it into your Zed config.
-
Clone or download this repo.
-
Copy the
bootstrap5.jsonsnippet file into your Zed snippets folder:~/.config/zed/snippets/ -
Restart Zed.
Start typing any Bootstrap 5 class, and Zed will suggest it. Press Enter or Tab to insert.
Would you like me to also draft a short GitHub tagline (the one-liner that shows under the repo name), like:
🔥 Zed editor snippets for Bootstrap 5 – autocomplete every class instantly.