mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 17:44:38 +01:00
16 lines
240 B
Lua
16 lines
240 B
Lua
dofile(vim.g.base46_cache .. "mason")
|
|
|
|
return {
|
|
PATH = "skip",
|
|
|
|
ui = {
|
|
icons = {
|
|
package_pending = " ",
|
|
package_installed = " ",
|
|
package_uninstalled = " ",
|
|
},
|
|
},
|
|
|
|
max_concurrent_installers = 10,
|
|
}
|