aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 6 insertions, 28 deletions
diff --git a/README.md b/README.md
index 5d9c91cc..ed3a3ff4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
![Linux](https://img.shields.io/badge/Linux-%23.svg?logo=linux&color=FCC624&logoColor=black)
![macOS](https://img.shields.io/badge/macOS-%23.svg?logo=apple&color=000000&logoColor=white)
![Windows](https://img.shields.io/badge/Windows-%23.svg?logo=windows&color=0078D6&logoColor=white)
-[![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)
+[![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)
[![Sponsors](https://img.shields.io/github/sponsors/williamboman)](https://github.com/sponsors/williamboman)
<img src="https://user-images.githubusercontent.com/6705160/177613416-0c0354d2-f431-40d8-87f0-21310f0bba0e.png" alt="mason.nvim" />
@@ -20,7 +20,6 @@
# Table of Contents
- [Introduction](#introduction)
- - [How to use installed packages](#how-to-use-installed-packages)
- [Screenshots](#screenshots)
- [Requirements](#requirements)
- [Installation](#installation)
@@ -44,26 +43,6 @@ from Neovim builtins (shell, terminal, etc.) as well as other 3rd party plugins.
For a list of all available packages, see <https://mason-registry.dev/registry/list>.
-## How to use installed packages
-
-> [`:h mason-how-to-use-packages`][help-mason-how-to-use-packages]
-
-Although many packages are perfectly usable out of the box through Neovim builtins, it is recommended to use other 3rd
-party plugins to further integrate these. The following plugins are recommended:
-
-- LSP: [`lspconfig`][lspconfig] & [`mason-lspconfig.nvim`][mason-lspconfig.nvim]
-- DAP: [`nvim-dap`][nvim-dap] & [`nvim-dap-ui`][nvim-dap-ui]
-- Linters: [`null-ls.nvim`][null-ls.nvim] or [`nvim-lint`][nvim-lint]
-- Formatters: [`null-ls.nvim`][null-ls.nvim] or [`formatter.nvim`][formatter.nvim]
-
-[formatter.nvim]: https://github.com/mhartington/formatter.nvim
-[lspconfig]: https://github.com/neovim/nvim-lspconfig
-[mason-lspconfig.nvim]: https://github.com/williamboman/mason-lspconfig.nvim
-[null-ls.nvim]: https://github.com/jose-elias-alvarez/null-ls.nvim
-[nvim-dap]: https://github.com/mfussenegger/nvim-dap
-[nvim-dap-ui]: https://github.com/rcarriga/nvim-dap-ui
-[nvim-lint]: https://github.com/mfussenegger/nvim-lint
-
## Screenshots
| | | |
@@ -112,7 +91,7 @@ your personal usage, some of these will also need to be installed. Refer to `:ch
```lua
use {
- "williamboman/mason.nvim"
+ "mason-org/mason.nvim"
}
```
@@ -120,14 +99,14 @@ use {
```lua
{
- "williamboman/mason.nvim"
+ "mason-org/mason.nvim"
}
```
## [vim-plug](https://github.com/junegunn/vim-plug)
```vim
-Plug 'williamboman/mason.nvim'
+Plug 'mason-org/mason.nvim'
```
# Setup
@@ -145,9 +124,9 @@ Refer to the [Configuration](#configuration) section for information about which
## Extensions
-Refer to the [Wiki](https://github.com/williamboman/mason.nvim/wiki/Extensions) for a list of 3rd party extensions.
+Refer to the [Wiki](https://github.com/mason-org/mason.nvim/wiki/Extensions) for a list of 3rd party extensions.
-- [`mason-lspconfig.nvim`](https://github.com/williamboman/mason-lspconfig.nvim) - recommended for usage with `lspconfig`
+- [`mason-lspconfig.nvim`](https://github.com/mason-org/mason-lspconfig.nvim) - recommended for usage with `lspconfig`
# Commands
@@ -344,7 +323,6 @@ local DEFAULT_SETTINGS = {
</sup>
[help-mason-commands]: ./doc/mason.txt#L178
-[help-mason-how-to-use-packages]: ./doc/mason.txt#L153
[help-mason-introduction]: ./doc/mason.txt#L11
[help-mason-quickstart]: ./doc/mason.txt#L67
[help-mason-registry-refresh]: ./doc/mason.txt#L549