Add custom mason registry
This commit is contained in:
parent
44395835e6
commit
2c87ad3a67
@ -14,7 +14,12 @@ return {
|
||||
{
|
||||
'williamboman/mason.nvim',
|
||||
lazy = false,
|
||||
config = true
|
||||
opts = {
|
||||
registries = {
|
||||
"github:antsouchlos/mason-registry",
|
||||
"github:mason-org/mason-registry"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
-- Autocompletion
|
||||
|
||||
Loading…
Reference in New Issue
Block a user