mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
8 lines
93 B
Lua
8 lines
93 B
Lua
return {
|
|
{
|
|
"williamboman/mason.nvim",
|
|
opts = {
|
|
PATH = "append",
|
|
},
|
|
}
|
|
}
|