Skip to content

Commit 7c7318e

Browse files
authored
docs: update references to mason-org/mason.nvim (#1925)
1 parent 1bb926c commit 7c7318e

File tree

20 files changed

+37
-97
lines changed

20 files changed

+37
-97
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
contact_links:
44
- name: Ask a question about mason.nvim or get support
5-
url: https://github.com/williamboman/mason.nvim/discussions/new?category=q-a
5+
url: https://github.com/mason-org/mason.nvim/discussions/new?category=q-a
66
about: Ask a question or request support for using mason.nvim

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
- type: checkboxes
1010
attributes:
1111
label: I've searched open issues for similar requests
12-
description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues) instead of opening a new one.
12+
description: If possible, please contribute to any [open issues](https://github.com/mason-org/mason.nvim/issues) instead of opening a new one.
1313
options:
1414
- label: "Yes"
1515

.github/ISSUE_TEMPLATE/general_issue.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ body:
88
value: |
99
# Issue reporting guidelines
1010
11-
1. This is not a general support board for package usage questions (e.g. "How do I do X?"). For questions, please refer to [the discussion board](https://github.com/williamboman/mason.nvim/discussions/categories/q-a) first! :)
11+
1. This is not a general support board for package usage questions (e.g. "How do I do X?"). For questions, please refer to [the discussion board](https://github.com/mason-org/mason.nvim/discussions/categories/q-a) first! :)
1212
1. Before reporting an issue, make sure that you meet the minimum requirements mentioned in the README. Also review `:checkhealth mason` for potential problems.
1313
1414
---
1515
1616
- type: checkboxes
1717
attributes:
1818
label: I've searched open issues for similar requests
19-
description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues?q=is%3Aissue) instead of opening a new one.
19+
description: If possible, please contribute to any [open issues](https://github.com/mason-org/mason.nvim/issues?q=is%3Aissue) instead of opening a new one.
2020
options:
2121
- label: "Yes"
2222

.github/ISSUE_TEMPLATE/new_package_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
- type: checkboxes
1111
attributes:
1212
label: I've searched open & closed issues for similar requests
13-
description: If possible, please contribute to [existing issues](https://github.com/williamboman/mason.nvim/issues?q=is%3Aissue+label%3Anew-package-request) instead of opening a new one.
13+
description: If possible, please contribute to [existing issues](https://github.com/mason-org/mason.nvim/issues?q=is%3Aissue+label%3Anew-package-request) instead of opening a new one.
1414
options:
1515
- label: "Yes"
1616

.github/ISSUE_TEMPLATE/package_installation_form.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
- type: checkboxes
2020
attributes:
2121
label: I've searched open issues for similar requests
22-
description: If possible, please contribute to any [open issues](https://github.com/williamboman/mason.nvim/issues?q=is%3Aissue+label%3Ainstallation-issue) instead of opening a new one.
22+
description: If possible, please contribute to any [open issues](https://github.com/mason-org/mason.nvim/issues?q=is%3Aissue+label%3Ainstallation-issue) instead of opening a new one.
2323
options:
2424
- label: "Yes"
2525

.github/ISSUE_TEMPLATE/package_issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
value: |
1212
# Issue reporting guidelines
1313
14-
1. This is not a general support board for package usage questions (e.g. "How do I do X?"). For questions, please refer to [the discussion board](https://github.com/williamboman/mason.nvim/discussions/categories/q-a) first! :)
14+
1. This is not a general support board for package usage questions (e.g. "How do I do X?"). For questions, please refer to [the discussion board](https://github.com/mason-org/mason.nvim/discussions/categories/q-a) first! :)
1515
1. Before reporting an issue, make sure that you meet the minimum requirements mentioned in the README. Also review `:checkhealth mason` for potential problems.
1616
1. General usage issues with packages should not be reported here. Please only report issues that you believe are a result of something that mason.nvim does.
1717
1. Please try to review errors yourself first and ensure it's not a problem that is local to your system only.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [2.0.0](https://github.com/williamboman/mason.nvim/compare/v1.11.0...v2.0.0) (2025-05-06)
3+
## [2.0.0](https://github.com/mason-org/mason.nvim/compare/v1.11.0...v2.0.0) (2025-05-06)
44

55
This release has been an ongoing effort for quite some time now and is now ready for release. Most users should not
66
experience any breaking changes. If you use any of the Lua APIs that Mason provides you'll find an outline of the

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ make generate
4242

4343
# Tests
4444

45-
[Tests](https://github.com/williamboman/mason.nvim/tree/main/tests) MAY be added or modified to reflect any new changes.
45+
[Tests](https://github.com/mason-org/mason.nvim/tree/main/tests) MAY be added or modified to reflect any new changes.
4646
Tests can be executed on Unix systems like so:
4747

4848
```sh

README.md

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Linux](https://img.shields.io/badge/Linux-%23.svg?logo=linux&color=FCC624&logoColor=black)
22
![macOS](https://img.shields.io/badge/macOS-%23.svg?logo=apple&color=000000&logoColor=white)
33
![Windows](https://img.shields.io/badge/Windows-%23.svg?logo=windows&color=0078D6&logoColor=white)
4-
[![GitHub CI](https://github.com/williamboman/mason.nvim/workflows/Tests/badge.svg)](https://github.com/williamboman/mason.nvim/actions?query=workflow%3ATests+branch%3Amain+event%3Apush)
4+
[![GitHub CI](https://github.com/mason-org/mason.nvim/workflows/Tests/badge.svg)](https://github.com/mason-org/mason.nvim/actions?query=workflow%3ATests+branch%3Amain+event%3Apush)
55
[![Sponsors](https://img.shields.io/github/sponsors/williamboman)](https://github.com/sponsors/williamboman)
66

77
<img src="https://user-images.githubusercontent.com/6705160/177613416-0c0354d2-f431-40d8-87f0-21310f0bba0e.png" alt="mason.nvim" />
@@ -20,7 +20,6 @@
2020
# Table of Contents
2121

2222
- [Introduction](#introduction)
23-
- [How to use installed packages](#how-to-use-installed-packages)
2423
- [Screenshots](#screenshots)
2524
- [Requirements](#requirements)
2625
- [Installation](#installation)
@@ -44,26 +43,6 @@ from Neovim builtins (shell, terminal, etc.) as well as other 3rd party plugins.
4443

4544
For a list of all available packages, see <https://mason-registry.dev/registry/list>.
4645

47-
## How to use installed packages
48-
49-
> [`:h mason-how-to-use-packages`][help-mason-how-to-use-packages]
50-
51-
Although many packages are perfectly usable out of the box through Neovim builtins, it is recommended to use other 3rd
52-
party plugins to further integrate these. The following plugins are recommended:
53-
54-
- LSP: [`lspconfig`][lspconfig] & [`mason-lspconfig.nvim`][mason-lspconfig.nvim]
55-
- DAP: [`nvim-dap`][nvim-dap] & [`nvim-dap-ui`][nvim-dap-ui]
56-
- Linters: [`null-ls.nvim`][null-ls.nvim] or [`nvim-lint`][nvim-lint]
57-
- Formatters: [`null-ls.nvim`][null-ls.nvim] or [`formatter.nvim`][formatter.nvim]
58-
59-
[formatter.nvim]: https://github.com/mhartington/formatter.nvim
60-
[lspconfig]: https://github.com/neovim/nvim-lspconfig
61-
[mason-lspconfig.nvim]: https://github.com/williamboman/mason-lspconfig.nvim
62-
[null-ls.nvim]: https://github.com/jose-elias-alvarez/null-ls.nvim
63-
[nvim-dap]: https://github.com/mfussenegger/nvim-dap
64-
[nvim-dap-ui]: https://github.com/rcarriga/nvim-dap-ui
65-
[nvim-lint]: https://github.com/mfussenegger/nvim-lint
66-
6746
## Screenshots
6847

6948
| | | |
@@ -112,22 +91,22 @@ your personal usage, some of these will also need to be installed. Refer to `:ch
11291

11392
```lua
11493
use {
115-
"williamboman/mason.nvim"
94+
"mason-org/mason.nvim"
11695
}
11796
```
11897

11998
## [lazy.nvim](https://github.com/folke/lazy.nvim)
12099

121100
```lua
122101
{
123-
"williamboman/mason.nvim"
102+
"mason-org/mason.nvim"
124103
}
125104
```
126105

127106
## [vim-plug](https://github.com/junegunn/vim-plug)
128107

129108
```vim
130-
Plug 'williamboman/mason.nvim'
109+
Plug 'mason-org/mason.nvim'
131110
```
132111

133112
# Setup
@@ -145,9 +124,9 @@ Refer to the [Configuration](#configuration) section for information about which
145124

146125
## Extensions
147126

148-
Refer to the [Wiki](https://github.com/williamboman/mason.nvim/wiki/Extensions) for a list of 3rd party extensions.
127+
Refer to the [Wiki](https://github.com/mason-org/mason.nvim/wiki/Extensions) for a list of 3rd party extensions.
149128

150-
- [`mason-lspconfig.nvim`](https://github.com/williamboman/mason-lspconfig.nvim) - recommended for usage with `lspconfig`
129+
- [`mason-lspconfig.nvim`](https://github.com/mason-org/mason-lspconfig.nvim) - recommended for usage with `lspconfig`
151130

152131
# Commands
153132

@@ -344,7 +323,6 @@ local DEFAULT_SETTINGS = {
344323
</sup>
345324

346325
[help-mason-commands]: ./doc/mason.txt#L178
347-
[help-mason-how-to-use-packages]: ./doc/mason.txt#L153
348326
[help-mason-introduction]: ./doc/mason.txt#L11
349327
[help-mason-quickstart]: ./doc/mason.txt#L67
350328
[help-mason-registry-refresh]: ./doc/mason.txt#L549

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Please report any suspected security vulnerabilities [here][new-advisory]. If th
66
patch as soon as possible depending on complexity. Please follow [responsible disclosure
77
practices](https://en.wikipedia.org/wiki/Coordinated_vulnerability_disclosure). Thanks!
88

9-
[new-advisory]: https://github.com/williamboman/mason.nvim/security/advisories/new
9+
[new-advisory]: https://github.com/mason-org/mason.nvim/security/advisories/new

0 commit comments

Comments
 (0)