First commit

This commit is contained in:
2024-08-14 03:43:41 +04:00
commit 746fa4ff35
15 changed files with 241 additions and 0 deletions

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

@@ -0,0 +1,6 @@
return {
"williamboman/mason.nvim",
opts = {
ensure_installed = require("config.mason-tools-list"),
},
}