nvim-config/lua/plugins/mason.lua
David Bland a4ba3c4f5d updates
2025-08-12 10:49:41 -04:00

6 lines
117 B
Lua

return {
{
'williamboman/mason-lspconfig.nvim',
branch = 'main', -- force v2.x from the main branch
},
}