fix: update mason-auto-install url to codeberg

This commit is contained in:
2026-01-13 14:58:25 +01:00
parent ee0bf38538
commit 233b0f67cb
+1 -1
View File
@@ -1,6 +1,6 @@
---@type LazyPluginSpec ---@type LazyPluginSpec
return { return {
"owallb/mason-auto-install.nvim", "https://codeberg.org/warg/mason-auto-install.nvim.git",
dependencies = { dependencies = {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
}, },