Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icefed committed Aug 3, 2024
1 parent 0f5d22b commit 64b5808
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@

![mason-registry](https://user-images.githubusercontent.com/6705160/230374582-25c9c26a-7885-4e1e-960d-3ec6880fbcb4.png)

<p align="center">
Core package registry for <a href="https://github.com/williamboman/mason.nvim"><code>mason.nvim</code></a>.
</p>

Refer to [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines.

Compiled registry contents are available via [releases](https://github.com/icefed/mason-registry/releases).

### Introduction

This repository contains the compiled registry contents for the [mason.nvim](https://github.com/williamboman/mason.nvim) package manager.
This repository is a third party registry for the [mason.nvim](https://github.com/williamboman/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](https://github.com/mason-org/mason-registry).

Expand All @@ -26,7 +20,7 @@ Add packages:

### Usage

setup registries in your `mason.nvim` config.
Setup registries in your `mason.nvim` config.
```
require('mason').setup({
registries = {
Expand Down

0 comments on commit 64b5808

Please sign in to comment.