Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.61 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.61 KB

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",
  },
})