9 lines
156 B
Lua
9 lines
156 B
Lua
-- https://github.com/williamboman/mason.nvim
|
|
|
|
---@type LazyPluginSpec
|
|
return {
|
|
"williamboman/mason.nvim",
|
|
event = "VeryLazy",
|
|
config = true,
|
|
}
|