DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
familiarity with Neovimbasic Luaunderstanding of mason.nvim registry
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
75
Research direction
Create a new package definition file at lua/mason registry/fnlfmt/init.lua following the existing registry pattern. Use the Homebrew formula (https://github.com/Homebrew/homebrew core/blob/770c3193fa5def667e76e61e7d0d51b6cc48035e/Formula/f/fnlfmt.rb) for the download URL and version detection. Refer to similar formatter packages (e.g., 'stylua' or 'prettier') for structure. Test locally by running `:Mason` and verifying the package appears and can be installed.