aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2025-05-06 23:52:28 +0200
committerGitHub <noreply@github.com>2025-05-06 23:52:28 +0200
commit344876dcf050624ba34dcfcf9d15ef3026f61cad (patch)
tree446fd57c166315ff553b2af839e7eeb34e7d8507 /README.md
parentci: fix cbfmt & selene, add nvim v0.11.1, and fix incorrect test fixtures (#540) (diff)
downloadmason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar
mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.gz
mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.bz2
mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.lz
mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.xz
mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.tar.zst
mason-lspconfig-344876dcf050624ba34dcfcf9d15ef3026f61cad.zip
chore: fix references to williamboman/mason.nvim (#541)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 12aede4..011d76c 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
<p align="center">
<code>mason-lspconfig</code> bridges <a
- href="https://github.com/williamboman/mason.nvim"><code>mason.nvim</code></a> with the <a
+ href="https://github.com/mason-org/mason.nvim"><code>mason.nvim</code></a> with the <a
href="https://github.com/neovim/nvim-lspconfig"><code>lspconfig</code></a> plugin - making it easier to use both
plugins together.
</p>
@@ -61,8 +61,8 @@ This plugin's main responsibilities are to:
```lua
{
- "williamboman/mason.nvim",
- "williamboman/mason-lspconfig.nvim",
+ "mason-org/mason.nvim",
+ "mason-org/mason-lspconfig.nvim",
"neovim/nvim-lspconfig",
}
```
@@ -70,8 +70,8 @@ This plugin's main responsibilities are to:
## vim-plug
```vim
-Plug 'williamboman/mason.nvim'
-Plug 'williamboman/mason-lspconfig.nvim'
+Plug 'mason-org/mason.nvim'
+Plug 'mason-org/mason-lspconfig.nvim'
Plug 'neovim/nvim-lspconfig'
```