summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorguru245 <guru245@users.noreply.github.com>2025-05-10 08:41:44 +0900
committerGitHub <noreply@github.com>2025-05-09 19:41:44 -0400
commit93a83f59407145e7f18643fffe7b268cd29ec128 (patch)
tree21746c4df8e33d1b98341d17b3d68cdef3c4909e /nvim
parent9ff58cf3e41881a8cadb54b3f2862d846266d1a9 (diff)
downloaddots-93a83f59407145e7f18643fffe7b268cd29ec128.tar.gz
Change to Mason's new address (#1516)
Diffstat (limited to 'nvim')
-rw-r--r--nvim/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index c1d5cac..f2c9321 100644
--- a/nvim/init.lua
+++ b/nvim/init.lua
@@ -387,8 +387,8 @@ require('lazy').setup({
-- Automatically install LSPs and related tools to stdpath for Neovim
-- Mason must be loaded before its dependents so we need to set it up here.
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
- { 'williamboman/mason.nvim', opts = {} },
- 'williamboman/mason-lspconfig.nvim',
+ { 'mason-org/mason.nvim', opts = {} },
+ 'mason-org/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim',
-- Useful status updates for LSP.