summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/mason.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/lsp/mason.fnl')
-rw-r--r--fnl/plugins/lsp/mason.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/lsp/mason.fnl b/fnl/plugins/lsp/mason.fnl
index 703effe..e9c59ea 100644
--- a/fnl/plugins/lsp/mason.fnl
+++ b/fnl/plugins/lsp/mason.fnl
@@ -4,7 +4,7 @@
(local opts {:ui {:border :single
:icons {:package_installed (.. (. icons :checkmark) " ")
- :package_pending (.. (. icons :right-arrow) " ")
+ :package_pending (.. (. icons :arrow-right) " ")
:package_uninstalled (.. (. icons :close) " ")}}
:max_concurrent_installers 10})