summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/lsp/mason.fnl2
-rw-r--r--fnl/plugins/which-key.fnl10
2 files changed, 6 insertions, 6 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})
diff --git a/fnl/plugins/which-key.fnl b/fnl/plugins/which-key.fnl
index 269978e..f78efac 100644
--- a/fnl/plugins/which-key.fnl
+++ b/fnl/plugins/which-key.fnl
@@ -13,13 +13,13 @@
:z true
:g true}}
:icons {:breadcrumb (. icons :guillemet)
- :separator (.. (. icons :small-right-arrow) " ")
+ :separator (.. (. icons :small-arrow-right) " ")
:group "+"
:colors false
- :keys {:Up (.. (. icons :up-arrow) " ")
- :Down (.. (. icons :down-arrow) " ")
- :Left (.. (. icons :left-arrow) " ")
- :Right (.. (. icons :right-arrow) " ")
+ :keys {:Up (.. (. icons :arrow-up) " ")
+ :Down (.. (. icons :arrow-down) " ")
+ :Left (.. (. icons :arrow-left) " ")
+ :Right (.. (. icons :arrow-right) " ")
:C (.. (. icons :up-caret) " ")
:M (.. (. icons :meta) " ")
:D (.. (. icons :openbased) " ")