summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/mason.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-19 01:51:24 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-19 01:51:24 +0200
commitc58e188c453b99821c4337e20f93ba82e3feac25 (patch)
tree42bf657091095182087f341f782de503c9adc83c /fnl/plugins/lsp/mason.fnl
parent7f90f7c25da27ae42c72359395a2fa0008b24b8a (diff)
Fix arrow names
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})