Skip to content

Commit 2dda16d

Browse files
committed
docs: update references to mason-org/mason.nvim
1 parent 1bb926c commit 2dda16d

File tree

20 files changed

+37
-95
lines changed

20 files changed

+37
-95
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 & 26 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" />
@@ -44,26 +44,6 @@ from Neovim builtins (shell, terminal, etc.) as well as other 3rd party plugins.
4444

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

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-
6747
## Screenshots
6848

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

11393
```lua
11494
use {
115-
"williamboman/mason.nvim"
95+
"mason-org/mason.nvim"
11696
}
11797
```
11898

11999
## [lazy.nvim](https://github.com/folke/lazy.nvim)
120100

121101
```lua
122102
{
123-
"williamboman/mason.nvim"
103+
"mason-org/mason.nvim"
124104
}
125105
```
126106

127107
## [vim-plug](https://github.com/junegunn/vim-plug)
128108

129109
```vim
130-
Plug 'williamboman/mason.nvim'
110+
Plug 'mason-org/mason.nvim'
131111
```
132112

133113
# Setup
@@ -145,9 +125,9 @@ Refer to the [Configuration](#configuration) section for information about which
145125

146126
## Extensions
147127

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

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

152132
# Commands
153133

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)