initial commit

This commit is contained in:
Robin Jenni
2026-03-10 18:39:47 +01:00
commit fae6e1fb6f
30 changed files with 832 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
return {
{
"williamboman/mason.nvim",
version = "1.11.0",
lazy = false,
opts = {}
},
{
"williamboman/mason-lspconfig.nvim",
version = "1.32.0"
},
{
"williamboman/mason-registry",
version = "1.4.0"
},
-- ... everything else stays as-is
}