diff options
| author | William Boman <william@redwill.se> | 2025-05-06 23:52:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 23:52:28 +0200 |
| commit | 344876dcf050624ba34dcfcf9d15ef3026f61cad (patch) | |
| tree | 446fd57c166315ff553b2af839e7eeb34e7d8507 /README.md | |
| parent | ci: fix cbfmt & selene, add nvim v0.11.1, and fix incorrect test fixtures (#540) (diff) | |
| download | mason-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.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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' ``` |
