diff options
Diffstat (limited to 'lua/user/lsp/mason.lua')
| -rw-r--r-- | lua/user/lsp/mason.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/user/lsp/mason.lua b/lua/user/lsp/mason.lua new file mode 100644 index 0000000..af77151 --- /dev/null +++ b/lua/user/lsp/mason.lua @@ -0,0 +1,9 @@ +require("mason").setup({ + ui = { + icons = { + package_installed = "✓", + package_pending = "➜", + package_uninstalled = "✗" + } + } +}) |
