Refer to CONTRIBUTING.md for contribution guidelines.
This repository is a third party registry for the mason.nvim package manager.
The purpose is to list some tools you want to use in Neovim that do not fall under the categories of Compiler, DAP, Formatter, LSP, Linter, or Runtime, and are also not contained in the core registry.
Add packages:
- lazygit - A simple terminal UI for git commands.
- yazi - Blazing fast terminal file manager, based on async I/O.
Setup registries in your mason.nvim
config.
require('mason').setup({
registries = {
"github:mason-org/mason-registry",
"github:icefed/mason-registry",
},
})