This commit is contained in:
Zacharias-Brohn
2025-02-07 21:00:50 +01:00
parent 3d77af4231
commit a0ecbb3dc8
19 changed files with 741 additions and 26 deletions
+15
View File
@@ -0,0 +1,15 @@
dofile(vim.g.base46_cache .. "mason")
return {
PATH = "skip",
ui = {
icons = {
package_pending = "",
package_installed = "",
package_uninstalled = "",
},
},
max_concurrent_installers = 10,
}