diff options
| author | Carlos Calla Alarcón <calla.alarcon@gmail.com> | 2025-05-22 23:10:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 17:10:04 -0400 |
| commit | cc5c736fae98e6bb4526aedac1bd23065f07efb7 (patch) | |
| tree | 3d479b1bcd28da1ab6e35b918bda26300e487422 /nvim | |
| parent | b9e6d9e1393f9b5f06b702d66c5f621a188564ab (diff) | |
| download | dots-cc5c736fae98e6bb4526aedac1bd23065f07efb7.tar.gz | |
Update remaining Mason's old address (#1530)
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/kickstart/plugins/debug.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/kickstart/plugins/debug.lua b/nvim/lua/kickstart/plugins/debug.lua index 753cb0c..8e332bf 100644 --- a/nvim/lua/kickstart/plugins/debug.lua +++ b/nvim/lua/kickstart/plugins/debug.lua @@ -18,7 +18,7 @@ return { 'nvim-neotest/nvim-nio', -- Installs the debug adapters for you - 'williamboman/mason.nvim', + 'mason-org/mason.nvim', 'jay-babu/mason-nvim-dap.nvim', -- Add your own debuggers here |