mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
6 lines
195 B
Lua
6 lines
195 B
Lua
-- https://github.com/LazyVim/LazyVim/issues/6039#issuecomment-2856227817
|
|
return {
|
|
{ "mason-org/mason.nvim", version = "^1.0.0" },
|
|
{ "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
|
|
}
|