diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-19 01:51:24 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-19 01:51:24 +0200 |
commit | c58e188c453b99821c4337e20f93ba82e3feac25 (patch) | |
tree | 42bf657091095182087f341f782de503c9adc83c /fnl/plugins/lsp | |
parent | 7f90f7c25da27ae42c72359395a2fa0008b24b8a (diff) |
Fix arrow names
Diffstat (limited to 'fnl/plugins/lsp')
-rw-r--r-- | fnl/plugins/lsp/mason.fnl | 2 |
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}) |