Add custom mason registry

This commit is contained in:
Andreas Tsouchlos 2024-10-16 17:12:31 +02:00
parent 44395835e6
commit 2c87ad3a67

View File

@ -14,7 +14,12 @@ return {
{ {
'williamboman/mason.nvim', 'williamboman/mason.nvim',
lazy = false, lazy = false,
config = true opts = {
registries = {
"github:antsouchlos/mason-registry",
"github:mason-org/mason-registry"
}
}
}, },
-- Autocompletion -- Autocompletion