diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-11 15:36:43 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-11 15:36:43 +0200 |
commit | 9ccdc18b7926ed5e069e7f305ac5ec304f87a65f (patch) | |
tree | 5e08dc71414359ecbb332c97c1cedcd9856a9289 /fnl/plugins/editor/telescope.fnl | |
parent | a3586cccb2e3594e1554fef83b166b8064dffa95 (diff) |
Update icons
Diffstat (limited to 'fnl/plugins/editor/telescope.fnl')
-rw-r--r-- | fnl/plugins/editor/telescope.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/telescope.fnl b/fnl/plugins/editor/telescope.fnl index 47ddac1..d662b87 100644 --- a/fnl/plugins/editor/telescope.fnl +++ b/fnl/plugins/editor/telescope.fnl @@ -62,7 +62,7 @@ actions (require :telescope.actions) icons (require :plugins.icons)] (telescope.setup {:defaults {:prompt_prefix (.. " " (. icons :telescope) - " ") + " ") :selection_caret (.. (. icons :caret) " ") :path_display [:smart] :color_devicons false |