This commit is contained in:
2026-02-11 10:38:42 +02:00
parent 54bcb0352b
commit 5728191720
6 changed files with 69 additions and 138 deletions

View File

@@ -2,11 +2,11 @@ return {
'mason-org/mason.nvim',
opts = {
ui = {
icons = {
package_installed = "",
package_pending = "",
package_uninstalled = ""
}
}
icons = {
package_installed = '',
package_pending = '',
package_uninstalled = '',
},
},
},
}