From c58e188c453b99821c4337e20f93ba82e3feac25 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 19 Jul 2024 01:51:24 +0200 Subject: Fix arrow names --- fnl/plugins/lsp/mason.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/plugins/lsp') 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}) -- cgit v1.2.3-70-g09d2