mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
13 lines
201 B
Lua
13 lines
201 B
Lua
return {
|
|
'mason-org/mason.nvim',
|
|
opts = {
|
|
ui = {
|
|
icons = {
|
|
package_installed = '✓',
|
|
package_pending = '➜',
|
|
package_uninstalled = '✗',
|
|
},
|
|
},
|
|
},
|
|
}
|