feat: zako

This commit is contained in:
2025-08-19 23:57:25 +09:00
commit d8b279d688
22 changed files with 842 additions and 0 deletions

5
lua/plugins/mason.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
"mason-org/mason.nvim",
lazy = false,
opts = {}
}