aboutsummaryrefslogtreecommitdiff
path: root/lua/user/lsp/mason.lua
blob: af7715157133fb729fe0061a1bf4a5b5e139de97 (plain)
1
2
3
4
5
6
7
8
9
require("mason").setup({
    ui = {
        icons = {
            package_installed = "✓",
            package_pending = "➜",
            package_uninstalled = "✗"
        }
    }
})