mason config: remove default options & add better icons

This commit is contained in:
siduck 2024-07-14 08:18:18 +05:30
parent 0ef037c6db
commit bf477a6bba

View File

@ -5,20 +5,9 @@ local options = {
ui = {
icons = {
package_pending = "",
package_installed = "󰄳 ",
package_uninstalled = " 󰚌",
},
keymaps = {
toggle_server_expand = "<CR>",
install_server = "i",
update_server = "u",
check_server_version = "c",
update_all_servers = "U",
check_outdated_servers = "C",
uninstall_server = "X",
cancel_installation = "<C-c>",
package_pending = "",
package_installed = "",
package_uninstalled = "",
},
},