Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AstroNvim Mason Registry

A community driven package registry for mason.nvim

Refer to CONTRIBUTING.md for contribution guidelines.

Compiled registry contents are available via releases.

Usage

To use this registry you simply need to add the string "github:AstroNvim/mason-registry" to the registries list of the mason.nvim configuration that is passed to the require("mason").setup() function.

Lazy.nvim

return {
    "williamboman/mason.nvim",
    opts = {
        registries = {
            -- default Mason registry has highest priority
            "github:mason-org/mason-registry",
            -- Add the AstroNvim mason registry
            "github:AstroNvim/mason-registry",
        },
    },
}

About

A community driven Mason package registry

Resources

Code of conduct

Contributing

Security policy

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors