Skip to content

Third party registry for mason.nvim, tools you want to use in Neovim.

License

Notifications You must be signed in to change notification settings

icefed/mason-registry

 
 

Repository files navigation

Linux macOS Windows Package tests Sponsors

mason-registry

Refer to CONTRIBUTING.md for contribution guidelines.

Introduction

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.

Usage

Setup registries in your mason.nvim config.

require('mason').setup({
  registries = {
    "github:mason-org/mason-registry",
    "github:icefed/mason-registry",
  },
})

About

Third party registry for mason.nvim, tools you want to use in Neovim.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published