2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Lua337 forks (337 forks)batch import
help wantednew-package-request
Repository metrics
- Stars
- 10,278 stars (10,278 stars)
- PR merge metrics
- Avg merge 7d 18h (Avg merge 7d 18h)4 merged PRs in 30d (4 merged PRs in 30d)
Description
I've searched open & closed issues for similar requests
Yes
Package name
mdformat
Package homepage
https://mdformat.readthedocs.io/en/stable/
Languages
markdown
How is this package distributed?
pip (or pipx) installable
Contributor guide
- Research direction
- Study the existing package registry structure in mason.nvim. Locate the package definition files for similar formatters (e.g., 'prettier', 'black'). Create a new package entry for 'mdformat' following the same pattern, including the installer script and metadata. Test by running the registry update command.
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Prerequisites
- LuaNeovim plugin structure